12 #ifndef MFEM_FEM_EXTRAS
13 #define MFEM_FEM_EXTRAS
32 const int p,
const int space_dim = 3,
74 int x = 0,
int y = 0,
int w = 400,
int h = 400,
H1_FESpace(Mesh *m, const int p, const int space_dim=3, const int type=BasisType::GaussLobatto, int vdim=1, int order=Ordering::byNODES)
RT_FESpace(Mesh *m, const int p, const int space_dim, int vdim=1, int order=Ordering::byNODES)
Class for grid function - Vector with associated FE space.
ND_FESpace(Mesh *m, const int p, const int space_dim, int vdim=1, int order=Ordering::byNODES)
int vdim
Vector dimension (number of unknowns per degree of freedom).
void VisualizeField(socketstream &sock, const char *vishost, int visport, GridFunction &gf, const char *title, int x, int y, int w, int h, bool vec)