MFEM v4.7.0
Finite element discretization library
|
#include <coefficient.hpp>
Public Member Functions | |
QuadCoefficient (int ncomp_) | |
Public Member Functions inherited from mfem::ceed::VariableCoefficient | |
VariableCoefficient (int ncomp_, CeedEvalMode emode_) | |
virtual bool | IsConstant () const override |
~VariableCoefficient () | |
Public Member Functions inherited from mfem::ceed::Coefficient | |
Coefficient (int ncomp_) | |
virtual | ~Coefficient () |
Public Attributes | |
mfem::Vector | coeff |
CeedElemRestriction | restr |
Public Attributes inherited from mfem::ceed::VariableCoefficient | |
CeedVector | coeffVector = nullptr |
const CeedEvalMode | emode |
Public Attributes inherited from mfem::ceed::Coefficient | |
const int | ncomp |
Definition at line 73 of file coefficient.hpp.
|
inline |
Definition at line 77 of file coefficient.hpp.
mfem::Vector mfem::ceed::QuadCoefficient::coeff |
Definition at line 75 of file coefficient.hpp.
CeedElemRestriction mfem::ceed::QuadCoefficient::restr |
Definition at line 76 of file coefficient.hpp.