Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextypes.h87 struct _n_DMPlexPointQueue { struct
88 PetscInt size; /* Size of the storage array */
89 PetscInt *points; /* Array of mesh points */
90 PetscInt front; /* Index of the front of the queue */
91 PetscInt back; /* Index of the back of the queue */
92 PetscInt num; /* Number of enqueued points */