Base class Coefficient that may optionally depend on time.
More...
#include <coefficient.hpp>
Inherited by ElasticEnergyCoefficient, ElasticEnergyCoefficient, ElasticEnergyCoefficient, ElasticEnergyCoefficient, ElasticEnergyCoefficient, mfem::ConstantCoefficient, mfem::DeltaCoefficient, mfem::DeterminantCoefficient, mfem::DivergenceGridFunctionCoefficient, mfem::electromagnetics::JouleHeatingCoefficient, mfem::electromagnetics::MeshDependentCoefficient, mfem::ExtrudeCoefficient, mfem::FunctionCoefficient, mfem::GridFunctionCoefficient, mfem::InnerProductCoefficient, mfem::PowerCoefficient, mfem::ProductCoefficient, mfem::PWConstCoefficient, mfem::RestrictedCoefficient, mfem::SumCoefficient, mfem::TransformedCoefficient, mfem::VectorRotProductCoefficient, StressCoefficient, and StressCoefficient.
Base class Coefficient that may optionally depend on time.
Definition at line 31 of file coefficient.hpp.
mfem::Coefficient::Coefficient |
( |
| ) |
|
|
inline |
virtual mfem::Coefficient::~Coefficient |
( |
| ) |
|
|
inlinevirtual |
Evaluate the coefficient in the element described by T at the point ip.
- Note
- When this method is called, the caller must make sure that the IntegrationPoint associated with T is the same as ip. This can be achieved by calling T.SetIntPoint(&ip).
Implemented in mfem::DeterminantCoefficient, mfem::VectorRotProductCoefficient, mfem::InnerProductCoefficient, mfem::PowerCoefficient, mfem::ProductCoefficient, mfem::SumCoefficient, mfem::ExtrudeCoefficient, mfem::DivergenceGridFunctionCoefficient, mfem::RestrictedCoefficient, mfem::DeltaCoefficient, mfem::electromagnetics::JouleHeatingCoefficient, mfem::TransformedCoefficient, mfem::GridFunctionCoefficient, mfem::FunctionCoefficient, mfem::PWConstCoefficient, mfem::ConstantCoefficient, mfem::electromagnetics::ScaledGFCoefficient, and mfem::electromagnetics::MeshDependentCoefficient.
Evaluate the coefficient in the element described by T at the point ip at time t.
- Note
- When this method is called, the caller must make sure that the IntegrationPoint associated with T is the same as ip. This can be achieved by calling T.SetIntPoint(&ip).
Definition at line 55 of file coefficient.hpp.
double mfem::Coefficient::GetTime |
( |
| ) |
|
|
inline |
void mfem::Coefficient::SetTime |
( |
double |
t | ) |
|
|
inline |
double mfem::Coefficient::time |
|
protected |
The documentation for this class was generated from the following file: