|
MFEM
v3.2
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 303 of file gridfunc.hpp.
|
inline |
Definition at line 310 of file gridfunc.hpp.
|
inlinevirtual |
Definition at line 313 of file gridfunc.hpp.
|
virtual |
Implements mfem::Coefficient.
Definition at line 2474 of file gridfunc.cpp.
1.8.5