Skip to content

Commit

Permalink
Update shear.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Aug 18, 2022
1 parent 4dda73d commit 254b5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/shear.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 254b5f6

Please sign in to comment.