PetscDSGetUpperBound#
Get the pointwise upper bound function for a given field
Synopsis#
#include "petscds.h"
PetscErrorCode PetscDSGetUpperBound(PetscDS ds, PetscInt f, PetscPointBoundFn **ub, void **ctx)
Not Collective
Input Parameters#
ds - The
PetscDSf - The field number
Output Parameters#
ub - upper bound function for the field, see
PetscPointBoundFnctx - upper bound context that was set with
PetscDSSetUpperBound()
See Also#
PetscDS, PetscPointBoundFn, PetscDSSetUpperBound(), PetscDSGetLowerBound(), PetscDSGetExactSolution()
Level#
intermediate
Location#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages