DMPlexInsertBounds#

Puts coefficients which represent solution bounds into the local bounds vector

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexInsertBounds(DM dm, PetscBool lower, PetscReal time, Vec locB)

Not Collective

Input Parameters#

Output Parameter#

  • locB - Bounds vector updated with new bounds

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMProjectFunctionLabelLocal(), PetscDSAddBoundary()

Level#

intermediate

Location#

src/dm/impls/plex/plexfem.c

Implementations#

DMPlexInsertBounds_Plex() in src/dm/impls/plex/plexfem.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages