PetscSpaceType#
String with the name of a PETSc linear space
Synopsis#
typedef const char *PetscSpaceType;
#define PETSCSPACEPOLYNOMIAL "poly"
#define PETSCSPACEPTRIMMED "ptrimmed"
#define PETSCSPACETENSOR "tensor"
#define PETSCSPACESUM "sum"
#define PETSCSPACEPOINT "point"
#define PETSCSPACESUBSPACE "subspace"
#define PETSCSPACEWXY "wxy"
Values#
PETSCSPACEPOLYNOMIAL
- a polynomial space, e.g. P1 is the space of linear polynomialsPETSCSPACEPTRIMMED
- a trimmed polynomial spacePETSCSPACETENSOR
- a space consisting of the tensor product of two or more spacesPETSCSPACESUM
- a direct or a concatenation sumPETSCSPACEPOINT
- functions defined by values on a set of quadrature pointsPETSCSPACESUBSPACE
- some kind of subspace, no idea whatPETSCSPACEWXY
- space that encapsulates the Wheeler-Xu-Yotov enrichments
See Also#
Level#
beginner
Location#
Index of all SPACE routines
Table of Contents for all manual pages
Index of all manual pages