MFEM v4.10.0
Finite element discretization library
Loading...
Searching...
No Matches
IsoElasticityLambdaCoeff Class Reference

The IsoElasticityLambdaCoeff class converts E modulus of elasticity and Poisson's ratio to Lame's lambda coefficient. More...

#include <mtop_solvers.hpp>

Inheritance diagram for IsoElasticityLambdaCoeff:
[legend]
Collaboration diagram for IsoElasticityLambdaCoeff:
[legend]

Public Member Functions

 IsoElasticityLambdaCoeff (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.
 
int GetVDim ()
 Returns dimension of the vector.
 
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
 

Detailed Description

The IsoElasticityLambdaCoeff class converts E modulus of elasticity and Poisson's ratio to Lame's lambda coefficient.

Definition at line 24 of file mtop_solvers.hpp.

Constructor & Destructor Documentation

◆ IsoElasticityLambdaCoeff()

IsoElasticityLambdaCoeff::IsoElasticityLambdaCoeff ( mfem::Coefficient * E,
mfem::Coefficient * nu )
inline

Constructor - takes as inputs E modulus and Poisson's ratio.

Definition at line 30 of file mtop_solvers.hpp.

Member Function Documentation

◆ Eval()

real_t IsoElasticityLambdaCoeff::Eval ( mfem::ElementTransformation & T,
const mfem::IntegrationPoint & ip )
inlineoverridevirtual

Evaluates the Lame's lambda coefficient.

Implements mfem::Coefficient.

Definition at line 35 of file mtop_solvers.hpp.


The documentation for this class was generated from the following file: