LICENSE
README.md
pyproject.toml
src/felupe/__about__.py
src/felupe/__init__.py
src/felupe.egg-info/PKG-INFO
src/felupe.egg-info/SOURCES.txt
src/felupe.egg-info/dependency_links.txt
src/felupe.egg-info/requires.txt
src/felupe.egg-info/top_level.txt
src/felupe/assembly/__init__.py
src/felupe/assembly/_axi.py
src/felupe/assembly/_cartesian.py
src/felupe/assembly/_integral.py
src/felupe/assembly/expression/__init__.py
src/felupe/assembly/expression/_basis.py
src/felupe/assembly/expression/_bilinear.py
src/felupe/assembly/expression/_decorator.py
src/felupe/assembly/expression/_expression.py
src/felupe/assembly/expression/_linear.py
src/felupe/assembly/expression/_mixed.py
src/felupe/constitution/__init__.py
src/felupe/constitution/_base.py
src/felupe/constitution/_kinematics.py
src/felupe/constitution/_mixed.py
src/felupe/constitution/_models_hyperelasticity.py
src/felupe/constitution/_models_hyperelasticity_ad.py
src/felupe/constitution/_models_linear_elasticity.py
src/felupe/constitution/_models_linear_elasticity_large_strain.py
src/felupe/constitution/_models_pseudo_elasticity.py
src/felupe/constitution/_user_materials.py
src/felupe/constitution/_user_materials_hyperelastic.py
src/felupe/constitution/_user_materials_models.py
src/felupe/constitution/_view.py
src/felupe/dof/__init__.py
src/felupe/dof/_boundary.py
src/felupe/dof/_loadcase.py
src/felupe/dof/_tools.py
src/felupe/element/__init__.py
src/felupe/element/_base.py
src/felupe/element/_hexahedron.py
src/felupe/element/_lagrange.py
src/felupe/element/_line.py
src/felupe/element/_quad.py
src/felupe/element/_tetra.py
src/felupe/element/_triangle.py
src/felupe/field/__init__.py
src/felupe/field/_axi.py
src/felupe/field/_base.py
src/felupe/field/_container.py
src/felupe/field/_dual.py
src/felupe/field/_evaluate.py
src/felupe/field/_fields.py
src/felupe/field/_indices.py
src/felupe/field/_planestrain.py
src/felupe/math/__init__.py
src/felupe/math/_field.py
src/felupe/math/_math.py
src/felupe/math/_spatial.py
src/felupe/math/_tensor.py
src/felupe/mechanics/__init__.py
src/felupe/mechanics/_curve.py
src/felupe/mechanics/_helpers.py
src/felupe/mechanics/_item.py
src/felupe/mechanics/_job.py
src/felupe/mechanics/_multipoint.py
src/felupe/mechanics/_pointload.py
src/felupe/mechanics/_solidbody.py
src/felupe/mechanics/_solidbody_gravity.py
src/felupe/mechanics/_solidbody_incompressible.py
src/felupe/mechanics/_solidbody_pressure.py
src/felupe/mechanics/_step.py
src/felupe/mesh/__init__.py
src/felupe/mesh/_container.py
src/felupe/mesh/_convert.py
src/felupe/mesh/_discrete_geometry.py
src/felupe/mesh/_dual.py
src/felupe/mesh/_geometry.py
src/felupe/mesh/_helpers.py
src/felupe/mesh/_line_rectangle_cube.py
src/felupe/mesh/_mesh.py
src/felupe/mesh/_read.py
src/felupe/mesh/_tools.py
src/felupe/quadrature/__init__.py
src/felupe/quadrature/_gausslegendre.py
src/felupe/quadrature/_scheme.py
src/felupe/quadrature/_sphere.py
src/felupe/quadrature/_tetra.py
src/felupe/quadrature/_triangle.py
src/felupe/region/__init__.py
src/felupe/region/_boundary.py
src/felupe/region/_region.py
src/felupe/region/_templates.py
src/felupe/solve/__init__.py
src/felupe/solve/_solve.py
src/felupe/tools/__init__.py
src/felupe/tools/_misc.py
src/felupe/tools/_newton.py
src/felupe/tools/_plot.py
src/felupe/tools/_post.py
src/felupe/tools/_project.py
src/felupe/tools/_save.py
src/felupe/tools/_solve.py
tests/test_basis.py
tests/test_bilinearform.py
tests/test_composite.py
tests/test_constitution.py
tests/test_dof.py
tests/test_element.py
tests/test_field.py
tests/test_form.py
tests/test_job.py
tests/test_math.py
tests/test_mechanics.py
tests/test_mesh.py
tests/test_mpc.py
tests/test_planestrain.py
tests/test_plot.py
tests/test_quadrature.py
tests/test_readme.py
tests/test_region.py
tests/test_solve.py
tests/test_tools.py