API Reference ============= .. raw:: html
API Reference
Module-level documentation — find symbols, understand ownership, read full signatures.
.. container:: fp-card-grid .. container:: fp-card fp-card--accent-blue **Core Workflow** - ``femlabpy.core`` — global array allocation - ``femlabpy.assembly`` — element scatter - ``femlabpy.loads`` — nodal force mapping - ``femlabpy.boundary`` — prescribed displacements .. container:: fp-card fp-card--accent-red **Dynamics & Nonlinear** - ``femlabpy.dynamics`` — time-history solvers, FRF - ``femlabpy.damping`` — Rayleigh & modal damping - ``femlabpy.modal`` — eigenproblem, participation - ``femlabpy.solvers`` — legacy nonlinear drivers .. container:: fp-card fp-card--accent-green **Element Kernels** - ``femlabpy.elements.bars`` — bar K, f, M - ``femlabpy.elements.triangles`` — T3 family - ``femlabpy.elements.quads`` — Q4 elastic/plastic/mass - ``femlabpy.elements.solids`` — T4 & H8 solids .. container:: fp-card **Support & I/O** - ``femlabpy.periodic`` — pairing & homogenization - ``femlabpy.postprocess`` — reactions, result tables - ``femlabpy.plotting`` — Matplotlib views - ``femlabpy.io.gmsh`` — Gmsh mesh import .. raw:: html
Reading order

Read by responsibility: coreassembly / loads / boundary → element kernels → dynamics → periodic / I/O.

Complete Module Index --------------------- .. autosummary:: :toctree: generated/ femlabpy.core femlabpy.assembly femlabpy.boundary femlabpy.loads femlabpy.solvers femlabpy.dynamics femlabpy.damping femlabpy.modal femlabpy.periodic femlabpy.materials femlabpy.elements.bars femlabpy.elements.quads femlabpy.elements.triangles femlabpy.elements.solids femlabpy.postprocess femlabpy.plotting femlabpy.matlab femlabpy.io.gmsh