LICENSE
README.md
pyproject.toml
src/torch_fem.egg-info/PKG-INFO
src/torch_fem.egg-info/SOURCES.txt
src/torch_fem.egg-info/dependency_links.txt
src/torch_fem.egg-info/requires.txt
src/torch_fem.egg-info/top_level.txt
src/torchfem/__init__.py
src/torchfem/amgx.py
src/torchfem/assembly.py
src/torchfem/base.py
src/torchfem/data.py
src/torchfem/elements.py
src/torchfem/homogenization.py
src/torchfem/io.py
src/torchfem/laminate.py
src/torchfem/mesh.py
src/torchfem/planar.py
src/torchfem/plot_utils.py
src/torchfem/py.typed
src/torchfem/report.py
src/torchfem/rotations.py
src/torchfem/shell.py
src/torchfem/solid.py
src/torchfem/sparse.py
src/torchfem/truss.py
src/torchfem/utils.py
src/torchfem/data/clamped_plate_uniform_S8R.vtk
src/torchfem/data/copv.vtu
src/torchfem/data/extruded_hex_mesh.inp
src/torchfem/data/fillet.vtu
src/torchfem/data/ge_bracket.vtu
src/torchfem/data/iso37.vtu
src/torchfem/data/plate_hole.vtk
src/torchfem/data/quarter_plate_hole_3d.vtu
src/torchfem/materials/__init__.py
src/torchfem/materials/base.py
src/torchfem/materials/conductivity.py
src/torchfem/materials/damage.py
src/torchfem/materials/elasticity.py
src/torchfem/materials/hyperelasticity.py
src/torchfem/materials/plasticity.py
tests/test_assembly.py
tests/test_base.py
tests/test_datafiles.py
tests/test_elements.py
tests/test_gradients.py
tests/test_homogenization.py
tests/test_io.py
tests/test_laminate.py
tests/test_loads.py
tests/test_materials.py
tests/test_mesh.py
tests/test_models.py
tests/test_notebooks.py
tests/test_report.py
tests/test_rotations.py
tests/test_sparse.py
tests/test_stabilization.py
tests/test_time_integration.py
tests/test_truss.py
tests/test_utils.py