Home
last modified time | relevance | path

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

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