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