#include <coefficient.hpp>
Definition at line 370 of file coefficient.hpp.
mfem::MatrixFunctionCoefficient::MatrixFunctionCoefficient |
( |
int |
dim, |
|
|
void(*)(const Vector &, DenseMatrix &) |
F |
|
) |
| |
|
inline |
Construct a time-independent matrix coefficient from a C-function.
Definition at line 378 of file coefficient.hpp.
mfem::MatrixFunctionCoefficient::MatrixFunctionCoefficient |
( |
int |
dim, |
|
|
void(*)(const Vector &, double, DenseMatrix &) |
TDF |
|
) |
| |
|
inline |
Construct a time-dependent matrix coefficient from a C-function.
Definition at line 386 of file coefficient.hpp.
virtual mfem::MatrixFunctionCoefficient::~MatrixFunctionCoefficient |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: