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/_mixed.py
felupe/_field/__init__.py
felupe/_field/_axi.py
felupe/_field/_base.py
felupe/_field/_indices.py
felupe/_field/_mixed.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/_multipoint.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/_tensor.py
felupe/mesh/__init__.py
felupe/mesh/_base.py
felupe/mesh/_geometry.py
felupe/mesh/_mesh.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/_region.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_constitution.py
tests/test_dof.py
tests/test_element.py
tests/test_field.py
tests/test_form.py
tests/test_math.py
tests/test_mesh.py
tests/test_quadrature.py
tests/test_readme.py
tests/test_solve.py
tests/test_tools.py