MFEM
v3.4
Finite element discretization library
|
Coefficient defined on a subset of domain or boundary attributes. More...
#include <coefficient.hpp>
Public Member Functions | |
RestrictedCoefficient (Coefficient &_c, Array< int > &attr) | |
virtual double | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
Public Member Functions inherited from mfem::Coefficient | |
Coefficient () | |
void | SetTime (double t) |
double | GetTime () |
double | Eval (ElementTransformation &T, const IntegrationPoint &ip, double t) |
virtual | ~Coefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::Coefficient | |
double | time |
Coefficient defined on a subset of domain or boundary attributes.
Definition at line 254 of file coefficient.hpp.
|
inline |
Definition at line 261 of file coefficient.hpp.
|
inlinevirtual |
Implements mfem::Coefficient.
Definition at line 264 of file coefficient.hpp.