12 #ifndef MFEM_FEM_EXTRAS
13 #define MFEM_FEM_EXTRAS
32 const int p,
const int space_dim = 3,
const int type = 0,
RT_FESpace(Mesh *m, const int p, const int space_dim, int vdim=1, int order=Ordering::byNODES)
H1_FESpace(Mesh *m, const int p, const int space_dim=3, const int type=0, int vdim=1, int order=Ordering::byNODES)
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).