femlabpy#
pip install femlabpy
python -m pydoc femlabpy
User Guide
9 chaptersPractical, end-to-end reading for model setup, assembly, materials, dynamics, periodic workflows, and extension points.
Open the guide →Theory & Reference
13 chaptersImplementation-aligned derivations for assembly, elements, plasticity, time integration, periodic constraints, and mesh import.
Open the theory manual →API Reference
18 modulesModule-level documentation with ownership, reading order, and the full function and class reference from source.
Open the API reference →MATLAB Mapping
Cross-reference notes for readers moving from the original classroom MATLAB scripts to the Python port.
Open the mapping notes →Roadmap & Architecture
Implementation plans, development roadmap, and architectural comparisons with OpenSees and CalculiX.
View the roadmap →Reading Order#
Start With Tutorials
Read the tutorials for a compact orientation before diving into the module pages.
Learn The Workflow
Use the User Guide to understand how X, T, G, C, and P move through assembly and solution.
Match Equations To Code
Use the Theory manual when you want the mathematical meaning behind the vectorized implementation.
Look Up Exact Behavior
Use the API reference when you need precise call signatures, return types, and module ownership.