#include <coefficient.hpp>
|
| VectorFunctionCoefficient (int dim, void(*F)(const Vector &, Vector &), Coefficient *q=NULL) |
| Construct a time-independent vector coefficient from a C-function. More...
|
|
| VectorFunctionCoefficient (int dim, void(*TDF)(const Vector &, double, Vector &), Coefficient *q=NULL) |
| Construct a time-dependent vector coefficient from a C-function. More...
|
|
virtual void | Eval (Vector &V, ElementTransformation &T, const IntegrationPoint &ip) |
|
virtual | ~VectorFunctionCoefficient () |
|
| VectorCoefficient (int vd) |
|
void | SetTime (double t) |
|
double | GetTime () |
|
int | GetVDim () |
| Returns dimension of the vector. More...
|
|
virtual void | Eval (DenseMatrix &M, ElementTransformation &T, const IntegrationRule &ir) |
|
virtual | ~VectorCoefficient () |
|
Definition at line 248 of file coefficient.hpp.
mfem::VectorFunctionCoefficient::VectorFunctionCoefficient |
( |
int |
dim, |
|
|
void(*)(const Vector &, Vector &) |
F, |
|
|
Coefficient * |
q = NULL |
|
) |
| |
|
inline |
Construct a time-independent vector coefficient from a C-function.
Definition at line 257 of file coefficient.hpp.
mfem::VectorFunctionCoefficient::VectorFunctionCoefficient |
( |
int |
dim, |
|
|
void(*)(const Vector &, double, Vector &) |
TDF, |
|
|
Coefficient * |
q = NULL |
|
) |
| |
|
inline |
Construct a time-dependent vector coefficient from a C-function.
Definition at line 266 of file coefficient.hpp.
virtual mfem::VectorFunctionCoefficient::~VectorFunctionCoefficient |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: