Searched defs:_p_PetscSpace (Results 1 – 1 of 1) sorted by relevance
36 struct _p_PetscSpace { struct38 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 */