MFEM v4.7.0
Finite element discretization library
|
Scalar coefficient defined as the determinant of a matrix coefficient. More...
#include <coefficient.hpp>
Public Member Functions | |
DeterminantCoefficient (MatrixCoefficient &A) | |
Construct with the matrix. | |
void | SetTime (real_t t) |
Set the time for internally stored coefficients. | |
void | SetACoef (MatrixCoefficient &A) |
Reset the matrix coefficient. | |
MatrixCoefficient * | GetACoef () const |
Return the matrix coefficient. | |
virtual real_t | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
Evaluate the determinant coefficient at ip. | |
Public Member Functions inherited from mfem::Coefficient | |
Coefficient () | |
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 |
Scalar coefficient defined as the determinant of a matrix coefficient.
Definition at line 1740 of file coefficient.hpp.
mfem::DeterminantCoefficient::DeterminantCoefficient | ( | MatrixCoefficient & | A | ) |
Construct with the matrix.
Definition at line 1023 of file coefficient.cpp.
|
virtual |
Evaluate the determinant coefficient at ip.
Implements mfem::Coefficient.
Definition at line 1037 of file coefficient.cpp.
|
inline |
Return the matrix coefficient.
Definition at line 1757 of file coefficient.hpp.
|
inline |
Reset the matrix coefficient.
Definition at line 1755 of file coefficient.hpp.
|
virtual |
Set the time for internally stored coefficients.
Reimplemented from mfem::Coefficient.
Definition at line 1031 of file coefficient.cpp.