MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
IsoElasticyLambdaCoeff Class Reference

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

#include <mtop_solvers.hpp>

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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IsoElasticyLambdaCoeff()

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

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

Definition at line 28 of file mtop_solvers.hpp.

Member Function Documentation

◆ Eval()

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

Evaluates the Lame's lambda coefficient.

Implements mfem::Coefficient.

Definition at line 33 of file mtop_solvers.hpp.


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