Home
last modified time | relevance | path

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

/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c7 typedef struct _n_DMField_DS { struct
8 PetscBool multifieldVec;
9 PetscInt height; /* Point height at which we want values and number of discretizations */
10 PetscInt fieldNum; /* Number in DS of field which we evaluate */
11 PetscObject *disc; /* Discretizations of this field at each height */
12 Vec vec; /* Field values */
13 DM dmDG; /* DM for the DG values */
14 PetscObject *discDG; /* DG Discretizations of this field at each height */
15 Vec vecDG; /* DG Field values */