Classes | |
class | DampingModel |
A viscous Rayleigh damping model in which the damping matrix D is a linear combination of mass and stiffness matrices, as, D = αM + βK where α and β are nonnegative. More... | |
class | DeformableBodyConfig |
DeformableBodyConfig stores the physical parameters for a deformable body. More... | |
class | FemModel |
FemModel calculates the components of the spatially discretized FEM equations for dynamic elasticity problems. More... | |
struct | FemPlantData |
class | FemState |
FemState provides access to private workspace FEM state and per-element state-dependent data. More... | |
Typedefs | |
using | FemNodeIndex = TypeSafeIndex< class FemNodeTag > |
Type used to index FEM nodes. More... | |
using | FemModelId = Identifier< class FemModelTag > |
Type used to identify FEM models. More... | |
Enumerations | |
enum | MaterialModel { kLinearCorotated, kCorotated, kLinear } |
Types of material models for the deformable body. More... | |
using FemModelId = Identifier<class FemModelTag> |
Type used to identify FEM models.
using FemNodeIndex = TypeSafeIndex<class FemNodeTag> |
Type used to index FEM nodes.
|
strong |
Types of material models for the deformable body.