![]() |
MFEM v4.9.0
Finite element discretization library
|
The IsoElasticyLambdaCoeff class converts E modulus of elasticity and Poisson's ratio to Lame's lambda coefficient. More...
#include <mtop_solvers.hpp>
Public Member Functions | |
| IsoElasticyLambdaCoeff (mfem::Coefficient *E, mfem::Coefficient *nu) | |
| Constructor - takes as inputs E modulus and Poisson's ratio. | |
| real_t | Eval (mfem::ElementTransformation &T, const mfem::IntegrationPoint &ip) override |
| Evaluates the Lame's lambda coefficient. | |
Public Member Functions inherited from mfem::Coefficient | |
| Coefficient () | |
| virtual void | SetTime (real_t t) |
| Set the time for time dependent coefficients. | |
| real_t | GetTime () |
| Get the time for time dependent coefficients. | |
| real_t | Eval (ElementTransformation &T, const IntegrationPoint &ip, real_t t) |
| Evaluate the coefficient in the element described by T at the point ip at time t. | |
| virtual void | Project (QuadratureFunction &qf) |
| Fill the QuadratureFunction qf by evaluating the coefficient at the quadrature points. | |
| virtual | ~Coefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::Coefficient | |
| real_t | time |
The IsoElasticyLambdaCoeff class converts E modulus of elasticity and Poisson's ratio to Lame's lambda coefficient.
Definition at line 22 of file mtop_solvers.hpp.
|
inline |
Constructor - takes as inputs E modulus and Poisson's ratio.
Definition at line 28 of file mtop_solvers.hpp.
|
inlineoverridevirtual |
Evaluates the Lame's lambda coefficient.
Implements mfem::Coefficient.
Definition at line 33 of file mtop_solvers.hpp.