MFEM
v3.4
Finite element discretization library
|
MatrixCoefficient defined on a subset of domain or boundary attributes. More...
#include <coefficient.hpp>
Public Member Functions | |
MatrixRestrictedCoefficient (MatrixCoefficient &mc, Array< int > &attr) | |
virtual void | Eval (DenseMatrix &K, ElementTransformation &T, const IntegrationPoint &ip) |
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 |
MatrixCoefficient defined on a subset of domain or boundary attributes.
Definition at line 559 of file coefficient.hpp.
|
inline |
Definition at line 566 of file coefficient.hpp.
|
virtual |
Implements mfem::MatrixCoefficient.
Definition at line 275 of file coefficient.cpp.