:orphan:
Tutorials
=========
Numbered, deeply-narrated, multi-step walkthroughs that take a
new user from an empty :class:`~femorph_solver.Model` to a
designed structure. Each tutorial builds on concepts from the
prior — modelled on the deal.II ``step-1`` … ``step-N`` family
that has trained two decades of finite-element practitioners.
The Tutorials live in the same gallery infrastructure as the
focused recipe :doc:`/gallery/post-processing/index` examples,
so every line of code runs on every documentation build —
nothing in this section is allowed to drift out of sync with the
library.
Where Tutorials differ from the focused gallery examples:
* **Prose-rich.** Each step has design rationale, a recap of
the FEM theory it exercises, and commentary on the result —
not just a thin caption above the code.
* **End-to-end.** Tutorials cover the complete workflow from
geometry definition to a defensible engineering conclusion
(mesh refinement, allowable check, design iteration).
* **Sequential.** Tutorials assume you've worked the prior
ones; they don't re-explain what was already taught.
* **Cross-linked.** Each tutorial points back to the relevant
theory chapters in :doc:`/reference/index` and the focused
gallery recipes that demonstrate the same APIs in isolation.
If you want a 30-line snippet of one specific API, browse the
:doc:`/examples` gallery instead. Tutorials are for learning
the workflow; the gallery is for copy-paste recipes.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/tutorials/images/thumb/sphx_glr_tutorial_06_cdb_to_results_thumb.png
:alt:
:doc:`/gallery/tutorials/tutorial_06_cdb_to_results`
.. raw:: html
Tutorial 6 — End-to-end deliverable workflow
.. raw:: html
.. only:: html
.. image:: /gallery/tutorials/images/thumb/sphx_glr_tutorial_02_modal_survey_thumb.png
:alt:
:doc:`/gallery/tutorials/tutorial_02_modal_survey`
.. raw:: html
Tutorial 2 — Modal survey of a cantilever bracket
.. raw:: html
.. only:: html
.. image:: /gallery/tutorials/images/thumb/sphx_glr_tutorial_04_harmonic_response_thumb.png
:alt:
:doc:`/gallery/tutorials/tutorial_04_harmonic_response`
.. raw:: html
Tutorial 4 — Harmonic frequency response of a cantilever bracket
.. raw:: html
.. only:: html
.. image:: /gallery/tutorials/images/thumb/sphx_glr_tutorial_05_cyclic_rotor_thumb.png
:alt:
:doc:`/gallery/tutorials/tutorial_05_cyclic_rotor`
.. raw:: html
Tutorial 5 — Cyclic-symmetry rotor design check
.. raw:: html
.. only:: html
.. image:: /gallery/tutorials/images/thumb/sphx_glr_tutorial_03_pressure_vessel_thumb.png
:alt:
:doc:`/gallery/tutorials/tutorial_03_pressure_vessel`
.. raw:: html
Tutorial 3 — Pressure-vessel design-by-analysis (Lamé thick cylinder)
.. raw:: html
.. only:: html
.. image:: /gallery/tutorials/images/thumb/sphx_glr_tutorial_01_cantilever_combined_thumb.png
:alt:
:doc:`/gallery/tutorials/tutorial_01_cantilever_combined`
.. raw:: html
Tutorial 1 — Cantilever beam under combined loading
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/gallery/tutorials/tutorial_06_cdb_to_results
/gallery/tutorials/tutorial_02_modal_survey
/gallery/tutorials/tutorial_04_harmonic_response
/gallery/tutorials/tutorial_05_cyclic_rotor
/gallery/tutorials/tutorial_03_pressure_vessel
/gallery/tutorials/tutorial_01_cantilever_combined
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: tutorials_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: tutorials_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery