Home
last modified time | relevance | path

Searched defs:_p_PetscSpace (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscfeimpl.h36 struct _p_PetscSpace { struct
38 void *data; /* Implementation object */
39 PetscInt degree; /* The approximation order of the space */
40 PetscInt maxDegree; /* The containing approximation order of the space */
41 PetscInt Nc; /* The number of components */
42 PetscInt Nv; /* The number of variables in the space, e.g. x and y */
43 PetscInt dim; /* The dimension of the space */
44 DM dm; /* Shell to use for temp allocation */