Crate fenris_solid
source ·Expand description
Solid mechanics functionality for fenris
.
Modules
Structs
- A source for the gravitational force.
- A wrapper that turns any hyper elastic material into an elliptic operator for use with
fenris
assembly operations.
Traits
- A hyperelastic material defined by its energy density $\psi(\vec F)$.
- A fixed-size dimension corresponding to physical space.
Functions
- Helper function to ease implementation of
HyperelasticMaterial::accumulate_stress_contractions_into
. - Compute the deformation gradient $\vec F$ given the displacement gradient $\nabla \vec u$.
- Compute $\log(\det \vec F)$ for the deformation gradient $\vec F$ given $\pd{\vec u}{\vec X}$.
- Compute the displacement gradient $\nabla \vec u$ given the deformation gradient $\vec F$.