DMPlexPointQueueEnqueue#
Add a mesh point to the back of a DMPlexPointQueue.
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexPointQueueEnqueue(DMPlexPointQueue queue, PetscInt p)
Not Collective
Input Parameters#
queue - the queue
p - the mesh point to enqueue
See Also#
DMPLEX, DMPlexPointQueue, DMPlexPointQueueDequeue(), DMPlexPointQueueBack()
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