MFEM
v3.4
Finite element discretization library
|
#include <coefficient.hpp>
Public Member Functions | |
MatrixArrayCoefficient (int dim) | |
Coefficient * | GetCoeff (int i, int j) |
void | Set (int i, int j, Coefficient *c) |
double | Eval (int i, int j, ElementTransformation &T, const IntegrationPoint &ip) |
virtual void | Eval (DenseMatrix &K, ElementTransformation &T, const IntegrationPoint &ip) |
virtual | ~MatrixArrayCoefficient () |
Public Member Functions inherited from mfem::MatrixCoefficient | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::MatrixCoefficient | |
int | height |
int | width |
double | time |
Definition at line 536 of file coefficient.hpp.
|
explicit |
Definition at line 245 of file coefficient.cpp.
|
virtual |
Definition at line 255 of file coefficient.cpp.
|
inline |
Definition at line 549 of file coefficient.hpp.
|
virtual |
Implements mfem::MatrixCoefficient.
Definition at line 263 of file coefficient.cpp.
|
inline |
Definition at line 545 of file coefficient.hpp.
|
inline |
Definition at line 547 of file coefficient.hpp.