DMPlexPointQueueEmpty#
Returns PETSC_TRUE if the queue is empty
Synopsis#
#include "petscdmplex.h"
PetscBool DMPlexPointQueueEmpty(DMPlexPointQueue queue)
Not Collective
Input Parameter#
queue - the queue
Note#
Unlike most PETSc functions this does not return an error code.
See Also#
DMPLEX, DMPlexPointQueue, DMPlexPointQueueFront(), DMPlexPointQueueEnqueue()
Level#
developer
Location#
src/dm/impls/plex/pointqueue.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages