MFEM
v3.1
Finite element discretization library
|
Class used for extruding scalar GridFunctions. More...
#include <gridfunc.hpp>
Public Member Functions | |
ExtrudeCoefficient (Mesh *m, Coefficient &s, int _n) | |
virtual double | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
virtual | ~ExtrudeCoefficient () |
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 |
Class used for extruding scalar GridFunctions.
Definition at line 312 of file gridfunc.hpp.
|
inline |
Definition at line 319 of file gridfunc.hpp.
|
inlinevirtual |
Definition at line 322 of file gridfunc.hpp.
|
virtual |
Implements mfem::Coefficient.
Definition at line 2488 of file gridfunc.cpp.