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
PetscDS
f - The field number
lb - lower bound function for the test fields, see
PetscPointBoundFn
ctx - lower bound context or
NULL
which 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