![]() |
MFEM v4.9.0
Finite element discretization library
|
The IsoElasticySchearCoeff class converts E modulus of elasticity and Poisson's ratio to Shear coefficient. More...
#include <mtop_solvers.hpp>
Public Member Functions | |
| IsoElasticySchearCoeff (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 shear coefficient 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 IsoElasticySchearCoeff class converts E modulus of elasticity and Poisson's ratio to Shear coefficient.
Definition at line 50 of file mtop_solvers.hpp.
|
inline |
Constructor - takes as inputs E modulus and Poisson's ratio.
Definition at line 56 of file mtop_solvers.hpp.
|
inlineoverridevirtual |
Evaluates the shear coefficient coefficient.
Implements mfem::Coefficient.
Definition at line 60 of file mtop_solvers.hpp.