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

The IsoElasticySchearCoeff class converts E modulus of elasticity and Poisson's ratio to Shear coefficient. More...

#include <mtop_solvers.hpp>

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

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
 

Detailed Description

The IsoElasticySchearCoeff class converts E modulus of elasticity and Poisson's ratio to Shear coefficient.

Definition at line 50 of file mtop_solvers.hpp.

Constructor & Destructor Documentation

◆ IsoElasticySchearCoeff()

IsoElasticySchearCoeff::IsoElasticySchearCoeff ( mfem::Coefficient * E_,
mfem::Coefficient * nu_ )
inline

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

Definition at line 56 of file mtop_solvers.hpp.

Member Function Documentation

◆ Eval()

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

Evaluates the shear coefficient coefficient.

Implements mfem::Coefficient.

Definition at line 60 of file mtop_solvers.hpp.


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