*************
Example Cases
*************

Example cases are the demonstration of physical example with known analytical solution or well-studied phenomenon.
Each cases follows the recommended workflow, shown :ref:`here <guide/workflow:workflow>`. Feel free to use them as an initial template to build your own case study.

Axial Stretching
~~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/AxialStretchingCase/axial_stretching.py
   :linenos:

Timoshenko
~~~~~~~~~~
.. literalinclude:: ../../examples/TimoshenkoBeamCase/timoshenko.py
   :linenos:

Butterfly
~~~~~~~~~
.. literalinclude:: ../../examples/ButterflyCase/butterfly.py
   :linenos:

Helical Buckling
~~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/HelicalBucklingCase/helicalbuckling.py
   :linenos:

Continuum Snake
~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/ContinuumSnakeCase/continuum_snake.py
   :linenos:
