From 254b5f6e0b76074b1b5c8d9f2ee94faa626ae5d7 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Thu, 18 Aug 2022 21:10:33 +0200 Subject: [PATCH] Update shear.rst --- docs/tutorial/shear.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/shear.rst b/docs/tutorial/shear.rst index a312d464..d6f2b558 100644 --- a/docs/tutorial/shear.rst +++ b/docs/tutorial/shear.rst @@ -74,7 +74,7 @@ as a hyperelastic material in matADi. The material formulation is finally applie .. admonition:: **MatADi** - Material Definition with Automatic Differentiation :class: note - MatADi is a powerful and lightweight Python package for the definition of hyperelastic material model formulations. Do not use the `MaterialHyperelasticPlaneStrain` and `ThreeFieldVariationPlaneStrain` classes of matADi in combination with a plane-strain field of FElupe. These classes are designed to be used on default two dimensional fields (i.e. use it only with ``fe.FieldsMixed(region, n=3, planestrain=False``). Get matADi on PyPI: + MatADi is a powerful and lightweight Python package for the definition of hyperelastic material model formulations. Do not use the ``MaterialHyperelasticPlaneStrain()`` and ``ThreeFieldVariationPlaneStrain()`` classes of matADi in combination with a plane-strain field of FElupe. These classes are designed to be used on default two dimensional fields (i.e. use it only with ``fe.FieldsMixed(region, n=3, planestrain=False``). Get matADi on PyPI: .. code-block::