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/_material.py
src/felupe/constitution/_mixed.py
src/felupe/constitution/_view.py
src/felupe/constitution/hyperelasticity/__init__.py
src/felupe/constitution/hyperelasticity/_hyperelastic.py
src/felupe/constitution/hyperelasticity/core/__init__.py
src/felupe/constitution/hyperelasticity/core/_neo_hooke_compressible.py
src/felupe/constitution/hyperelasticity/core/_neo_hooke_nearly_incompressible.py
src/felupe/constitution/hyperelasticity/core/_ogden_roxburgh.py
src/felupe/constitution/hyperelasticity/core/_volumetric.py
src/felupe/constitution/hyperelasticity/models/__init__.py
src/felupe/constitution/hyperelasticity/models/_alexander.py
src/felupe/constitution/hyperelasticity/models/_anssari_benam_bucchi.py
src/felupe/constitution/hyperelasticity/models/_arruda_boyce.py
src/felupe/constitution/hyperelasticity/models/_extended_tube.py
src/felupe/constitution/hyperelasticity/models/_finite_strain_viscoelastic.py
src/felupe/constitution/hyperelasticity/models/_helpers.py
src/felupe/constitution/hyperelasticity/models/_lopez_pamies.py
src/felupe/constitution/hyperelasticity/models/_miehe_goektepe_lulei.py
src/felupe/constitution/hyperelasticity/models/_mooney_rivlin.py
src/felupe/constitution/hyperelasticity/models/_morph_representative_directions.py
src/felupe/constitution/hyperelasticity/models/_neo_hooke.py
src/felupe/constitution/hyperelasticity/models/_ogden.py
src/felupe/constitution/hyperelasticity/models/_ogden_roxburgh.py
src/felupe/constitution/hyperelasticity/models/_saint_venant_kirchhoff.py
src/felupe/constitution/hyperelasticity/models/_third_order_deformation.py
src/felupe/constitution/hyperelasticity/models/_van_der_waals.py
src/felupe/constitution/hyperelasticity/models/_yeoh.py
src/felupe/constitution/hyperelasticity/models/microsphere/__init__.py
src/felupe/constitution/hyperelasticity/models/microsphere/_chain.py
src/felupe/constitution/hyperelasticity/models/microsphere/_framework_affine.py
src/felupe/constitution/hyperelasticity/models/microsphere/_framework_nonaffine.py
src/felupe/constitution/lagrange/__init__.py
src/felupe/constitution/lagrange/_material_ad.py
src/felupe/constitution/lagrange/_total_lagrange.py
src/felupe/constitution/lagrange/_updated_lagrange.py
src/felupe/constitution/lagrange/models/__init__.py
src/felupe/constitution/lagrange/models/_morph.py
src/felupe/constitution/lagrange/models/_morph_representative_directions.py
src/felupe/constitution/lagrange/models/_morph_uniaxial.py
src/felupe/constitution/lagrange/models/microsphere/__init__.py
src/felupe/constitution/lagrange/models/microsphere/_framework_affine.py
src/felupe/constitution/linear_elasticity/__init__.py
src/felupe/constitution/linear_elasticity/_lame_converter.py
src/felupe/constitution/linear_elasticity/_linear_elastic.py
src/felupe/constitution/linear_elasticity/_linear_elastic_large_strain.py
src/felupe/constitution/linear_elasticity/_linear_elastic_orthotropic.py
src/felupe/constitution/poisson/__init__.py
src/felupe/constitution/poisson/_laplace.py
src/felupe/constitution/small_strain/__init__.py
src/felupe/constitution/small_strain/_material_strain.py
src/felupe/constitution/small_strain/models/__init__.py
src/felupe/constitution/small_strain/models/_linear_elastic.py
src/felupe/constitution/small_strain/models/_linear_elastic_plastic_isotropic.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/_solve.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_cauchy_stress.py
src/felupe/mechanics/_solidbody_force.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/_interpolate.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/_hello_world.py
src/felupe/tools/_misc.py
src/felupe/tools/_newton.py
src/felupe/tools/_post.py
src/felupe/tools/_project.py
src/felupe/tools/_save.py
src/felupe/tools/_solve.py
src/felupe/view/__init__.py
src/felupe/view/_field.py
src/felupe/view/_mesh.py
src/felupe/view/_scene.py
src/felupe/view/_solid.py
src/felupe/view/_xdmf.py
tests/test_basis.py
tests/test_bilinearform.py
tests/test_composite.py
tests/test_constitution.py
tests/test_constitution_newton.py
tests/test_dof.py
tests/test_dtype.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