Skip to content

Commit

Permalink
Enhance the highlights section
Browse files Browse the repository at this point in the history
add the base cartesian field
  • Loading branch information
adtzlr committed Sep 22, 2024
1 parent fc3ed0c commit de2ea6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FElupe is a Python 3.8+ 🐍 finite element analysis package 📦 focusing on th
- [x] nonlinear deformation of [solid bodies](https://felupe.readthedocs.io/en/latest/felupe/mechanics.html#felupe.SolidBody)
- [x] interactive views on meshes, fields and solid bodies (using [PyVista](https://pyvista.org/))
- [x] typical [finite elements](https://felupe.readthedocs.io/en/latest/felupe/element.html)
- [x] axisymmetric, plane strain and mixed fields
- [x] cartesian, axisymmetric, plane strain and mixed fields
- [x] [hyperelastic material models](https://felupe.readthedocs.io/en/latest/felupe/constitution/hyperelasticity.html)
- [x] strain energy density functions with [automatic differentiation](https://felupe.readthedocs.io/en/latest/felupe/constitution/hyperelasticity.html#felupe.Hyperelastic)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FElupe is a Python 3.8+ 🐍 finite element analysis package 📦 focusing on th

+ typical :ref:`finite elements <felupe-api-element>`

+ axisymmetric, plane strain and mixed fields
+ cartesian, axisymmetric, plane strain and mixed fields

+ :ref:`hyperelastic material models <felupe-api-constitution-hyperelasticity>`

Expand Down

0 comments on commit de2ea6b

Please sign in to comment.