|
MFEM
v3.3.2
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 528 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 541 of file coefficient.hpp.
|
virtual |
Implements mfem::MatrixCoefficient.
Definition at line 263 of file coefficient.cpp.
|
inline |
Definition at line 537 of file coefficient.hpp.
|
inline |
Definition at line 539 of file coefficient.hpp.
1.8.5