PetscDSSetLowerBound#
Set the pointwise lower bound function for a given field
Synopsis#
#include "petscds.h"
PetscErrorCode PetscDSSetLowerBound(PetscDS ds, PetscInt f, PetscPointBoundFn *lb, void *ctx)
Not Collective
Input Parameters#
ds - The
PetscDSf - The field number
lb - lower bound function for the test fields, see
PetscPointBoundFnctx - lower bound context or
NULLwhich will be passed tolb
See Also#
PetscDS, PetscPointBoundFn, PetscDSGetLowerBound(), PetscDSGetUpperBound(), PetscDSGetExactSolution()
Level#
intermediate
Location#
Examples#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages