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);
@ GaussLobatto
Closed type.
Collection of finite elements from the same family in multiple dimensions. This class is used to matc...
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
int vdim
Vector dimension (number of unknowns per degree of freedom).
Class for grid function - Vector with associated FE space.
H1_FESpace(Mesh *m, const int p, const int space_dim=3, const int type=BasisType::GaussLobatto, 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)
RT_FESpace(Mesh *m, const int p, const int space_dim, int vdim=1, int order=Ordering::byNODES)
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)
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)
real_t p(const Vector &x, real_t t)