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#
dm - The
DMlower - If
PETSC_TRUEuseDM_BC_LOWER_BOUNDconditions, otherwise useDM_BC_UPPER_BOUNDtime - The time
Output Parameter#
locB - Bounds vector updated with new bounds
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMProjectFunctionLabelLocal(), PetscDSAddBoundary()
Level#
intermediate
Location#
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