README.md
pyproject.toml
src/femlabpy/__init__.py
src/femlabpy/_helpers.py
src/femlabpy/assembly.py
src/femlabpy/boundary.py
src/femlabpy/core.py
src/femlabpy/loads.py
src/femlabpy/plotting.py
src/femlabpy/postprocess.py
src/femlabpy/types.py
src/femlabpy.egg-info/PKG-INFO
src/femlabpy.egg-info/SOURCES.txt
src/femlabpy.egg-info/dependency_links.txt
src/femlabpy.egg-info/requires.txt
src/femlabpy.egg-info/top_level.txt
src/femlabpy/elements/__init__.py
src/femlabpy/elements/bars.py
src/femlabpy/elements/quads.py
src/femlabpy/elements/solids.py
src/femlabpy/elements/triangles.py
src/femlabpy/examples/__init__.py
src/femlabpy/examples/cantilever.py
src/femlabpy/examples/ex_lag_mult.py
src/femlabpy/examples/flow.py
src/femlabpy/examples/gmsh_triangle.py
src/femlabpy/gui/__init__.py
src/femlabpy/gui/__main__.py
src/femlabpy/gui/app.py
src/femlabpy/gui/model.py
src/femlabpy/gui/panels.py
src/femlabpy/gui/solver_bridge.py
src/femlabpy/gui/viewport.py
src/femlabpy/io/__init__.py
src/femlabpy/io/gmsh.py
src/femlabpy/materials/__init__.py
src/femlabpy/materials/invariants.py
src/femlabpy/materials/plasticity.py
tests/test_bars_extended.py
tests/test_boundary_loads.py
tests/test_examples.py
tests/test_lagrange_example.py
tests/test_quads_extended.py
tests/test_solids.py
tests/test_solids_extended.py
tests/test_triangles_extended.py