|
MFEM
v3.2
Finite element discretization library
|
#include <coefficient.hpp>
Public Member Functions | |
| MatrixFunctionCoefficient (int dim, void(*F)(const Vector &, DenseMatrix &)) | |
| Construct a time-independent matrix coefficient from a C-function. More... | |
| MatrixFunctionCoefficient (int dim, void(*TDF)(const Vector &, double, DenseMatrix &)) | |
| Construct a time-dependent matrix coefficient from a C-function. More... | |
| virtual void | Eval (DenseMatrix &K, ElementTransformation &T, const IntegrationPoint &ip) |
| virtual | ~MatrixFunctionCoefficient () |
Public Member Functions inherited from mfem::MatrixCoefficient | |
| MatrixCoefficient (int dim) | |
| void | SetTime (double t) |
| double | GetTime () |
| int | GetVDim () |
| virtual | ~MatrixCoefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::MatrixCoefficient | |
| int | vdim |
| double | time |
Definition at line 388 of file coefficient.hpp.
|
inline |
Construct a time-independent matrix coefficient from a C-function.
Definition at line 396 of file coefficient.hpp.
|
inline |
Construct a time-dependent matrix coefficient from a C-function.
Definition at line 404 of file coefficient.hpp.
|
inlinevirtual |
Definition at line 415 of file coefficient.hpp.
|
virtual |
Implements mfem::MatrixCoefficient.
Definition at line 181 of file coefficient.cpp.
1.8.5