MFEM
v4.3.0
Finite element discretization library
|
A matrix coefficient that is constant in space and time. More...
#include <coefficient.hpp>
Public Member Functions | |
SymmetricMatrixConstantCoefficient (const DenseSymmetricMatrix &m) | |
Construct using matrix m for the constant. More... | |
virtual void | Eval (DenseSymmetricMatrix &M, ElementTransformation &T, const IntegrationPoint &ip) |
Evaluate the matrix coefficient at ip. More... | |
Public Member Functions inherited from mfem::SymmetricMatrixCoefficient | |
SymmetricMatrixCoefficient (int dimension) | |
Construct a dim x dim matrix coefficient. More... | |
void | SetTime (double t) |
Set the time for time dependent coefficients. More... | |
double | GetTime () |
Get the time for time dependent coefficients. More... | |
int | GetSize () const |
Get the size of the matrix. More... | |
virtual | ~SymmetricMatrixCoefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::SymmetricMatrixCoefficient | |
int | dim |
double | time |
A matrix coefficient that is constant in space and time.
Definition at line 983 of file coefficient.hpp.
|
inline |
Construct using matrix m for the constant.
Definition at line 990 of file coefficient.hpp.
|
inlinevirtual |
Evaluate the matrix coefficient at ip.
Implements mfem::SymmetricMatrixCoefficient.
Definition at line 994 of file coefficient.hpp.