#include <coefficient.hpp>
|
| MatrixArrayCoefficient (int dim) |
|
Coefficient * | GetCoeff (int i, int j) |
|
void | Set (int i, int j, Coefficient *c, bool own=true) |
|
double | Eval (int i, int j, ElementTransformation &T, const IntegrationPoint &ip) |
|
virtual void | Eval (DenseMatrix &K, ElementTransformation &T, const IntegrationPoint &ip) |
| Evaluate the matrix coefficient in the element described by T at the point ip, storing the result in K. More...
|
|
virtual | ~MatrixArrayCoefficient () |
|
| MatrixCoefficient (int dim) |
|
| MatrixCoefficient (int h, int w) |
|
void | SetTime (double t) |
|
double | GetTime () |
|
int | GetHeight () const |
|
int | GetWidth () const |
|
int | GetVDim () const |
|
virtual | ~MatrixCoefficient () |
|
Definition at line 633 of file coefficient.hpp.
mfem::MatrixArrayCoefficient::MatrixArrayCoefficient |
( |
int |
dim | ) |
|
|
explicit |
mfem::MatrixArrayCoefficient::~MatrixArrayCoefficient |
( |
| ) |
|
|
virtual |
Evaluate the matrix coefficient in the element described by T at the point ip, storing the result in K.
- Note
- When this method is called, the caller must make sure that the IntegrationPoint associated with T is the same as ip. This can be achieved by calling T.SetIntPoint(&ip).
Implements mfem::MatrixCoefficient.
Definition at line 343 of file coefficient.cpp.
Coefficient* mfem::MatrixArrayCoefficient::GetCoeff |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inline |
void mfem::MatrixArrayCoefficient::Set |
( |
int |
i, |
|
|
int |
j, |
|
|
Coefficient * |
c, |
|
|
bool |
own = true |
|
) |
| |
The documentation for this class was generated from the following files: