Elasticity namespace
Module which provides models for solid mechanics and elasticity.
This module implements various elasticity models including linear elasticity for small deformations. Key functionality:
LinearElasticityIntegral(u, v)(lambda, mu)— Assembles the bilinear form for linearized elasticity with Lamé parameters and
Classes
-
template<class FES, class Lambda, class Mu>class LinearElasticity
- Linear elasticity system for small deformations.