12 #ifndef MFEM_FEM_EXTRAS
13 #define MFEM_FEM_EXTRAS
32 const int p,
const int space_dim = 3,
73 Mesh &mesh,
const char *title,
74 int x = 0,
int y = 0,
int w = 400,
int h = 400,
75 const char *keys = NULL);
82 int x = 0,
int y = 0,
int w = 400,
int h = 400,
83 const char *keys = NULL,
bool vec =
false);
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).
H1_FESpace(Mesh *m, const int p, const int space_dim=3, const int type=BasisType::GaussLobatto, int vdim=1, int order=Ordering::byNODES)
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
void VisualizeMesh(socketstream &sock, const char *vishost, int visport, Mesh &mesh, const char *title, int x, int y, int w, int h, const char *keys, bool vec)
void VisualizeField(socketstream &sock, const char *vishost, int visport, GridFunction &gf, const char *title, int x, int y, int w, int h, const char *keys, bool vec)