LICENSE
README.md
pyproject.toml
setup.cfg
felupe/__about__.py
felupe/__init__.py
felupe.egg-info/PKG-INFO
felupe.egg-info/SOURCES.txt
felupe.egg-info/dependency_links.txt
felupe.egg-info/requires.txt
felupe.egg-info/top_level.txt
felupe/_assembly/__init__.py
felupe/_assembly/_axi.py
felupe/_assembly/_base.py
felupe/_assembly/_form.py
felupe/_assembly/_mixed.py
felupe/_basis/__init__.py
felupe/_basis/_basis.py
felupe/_field/__init__.py
felupe/_field/_axi.py
felupe/_field/_base.py
felupe/_field/_container.py
felupe/_field/_fields.py
felupe/_field/_indices.py
felupe/_field/_planestrain.py
felupe/constitution/__init__.py
felupe/constitution/_kinematics.py
felupe/constitution/_mixed.py
felupe/constitution/_models.py
felupe/dof/__init__.py
felupe/dof/_boundary.py
felupe/dof/_loadcase.py
felupe/dof/_tools.py
felupe/element/__init__.py
felupe/element/_base.py
felupe/element/_hexahedron.py
felupe/element/_lagrange.py
felupe/element/_line.py
felupe/element/_quad.py
felupe/element/_tetra.py
felupe/element/_triangle.py
felupe/math/__init__.py
felupe/math/_field.py
felupe/math/_math.py
felupe/math/_spatial.py
felupe/math/_tensor.py
felupe/mechanics/__init__.py
felupe/mechanics/_curve.py
felupe/mechanics/_helpers.py
felupe/mechanics/_job.py
felupe/mechanics/_multipoint.py
felupe/mechanics/_pointload.py
felupe/mechanics/_solidbody.py
felupe/mechanics/_solidbody_gravity.py
felupe/mechanics/_solidbody_incompressible.py
felupe/mechanics/_solidbody_pressure.py
felupe/mechanics/_solidbody_tensor.py
felupe/mechanics/_step.py
felupe/mesh/__init__.py
felupe/mesh/_base.py
felupe/mesh/_container.py
felupe/mesh/_convert.py
felupe/mesh/_geometry.py
felupe/mesh/_helpers.py
felupe/mesh/_mesh.py
felupe/mesh/_read.py
felupe/mesh/_tools.py
felupe/quadrature/__init__.py
felupe/quadrature/_base.py
felupe/quadrature/_gausslegendre.py
felupe/quadrature/_tetra.py
felupe/quadrature/_triangle.py
felupe/region/__init__.py
felupe/region/_boundary.py
felupe/region/_region.py
felupe/region/_templates.py
felupe/solve/__init__.py
felupe/solve/_solve.py
felupe/tools/__init__.py
felupe/tools/_check.py
felupe/tools/_newton.py
felupe/tools/_post.py
felupe/tools/_project.py
felupe/tools/_save.py
felupe/tools/_solve.py
tests/__init__.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_mechanics_tensor.py
tests/test_mesh.py
tests/test_mpc.py
tests/test_planestrain.py
tests/test_quadrature.py
tests/test_readme.py
tests/test_region.py
tests/test_solve.py
tests/test_tools.py