# User Guide
User Guide
Practical reading path for model setup, assembly, materials, dynamics, periodic workflows, and extension points.
Start Reading Chapter 1 →
## Chapter Map

1 Setup & Core Tables

2 chapters

Understand the raw X, T, G, C, and P tables. Learn the indexing rules and the basic solve sequence.

2 Assembly & Materials

2 chapters

Connect element kernels to global matrices. Define materials, boundary conditions, and loads.

3 Dynamics & Extensions

4 chapters

Advance to modal analysis, time integration, periodicity, and building custom element kernels.

Tip

Keep src/femlabpy/__init__.py open while reading — it shows which functions are exposed at package level.

```{toctree} :maxdepth: 2 :hidden: ch01_fundamentals ch02_elements ch03_assembly_statics ch04_materials ch05_dynamics ch06_periodic_io ch07_packaged_examples ch08_custom_elements ch09_dynamic_workflows ```