Home
last modified time | relevance | path

Searched refs:PetscDSSetUpperBound (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D323.md162 …werBound()`, `PetscDSSetLowerBound()`, `PetscDSGetUpperBound()`, `PetscDSSetUpperBound()`, `PetscD…
/petsc/include/
H A Dpetscds.h181 PETSC_EXTERN PetscErrorCode PetscDSSetUpperBound(PetscDS, PetscInt, PetscErrorCode (*)(PetscInt, Pe…
/petsc/src/dm/dt/interface/
H A Ddtds.c2517 PetscErrorCode PetscDSSetUpperBound(PetscDS ds, PetscInt f, PetscPointBoundFn *ub, PetscCtx ctx) in PetscDSSetUpperBound() function
3906 PetscCall(PetscDSSetUpperBound(newds, f, bound, ctx)); in PetscDSCopyBounds()