Home
last modified time | relevance | path

Searched refs:PetscDSGetUpperBound (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/changes/
H A D323.md162 - Add `PetscDSGetLowerBound()`, `PetscDSSetLowerBound()`, `PetscDSGetUpperBound()`, `PetscDSSetUppe…
/petsc/src/snes/utils/
H A Ddmplexsnes.c1077 PetscCall(PetscDSGetUpperBound(ds, f, &ufuncs[f], &uctxs[f])); in DMPlexSetSNESVariableBounds()
/petsc/include/
H A Dpetscds.h180 PETSC_EXTERN PetscErrorCode PetscDSGetUpperBound(PetscDS, PetscInt, PetscErrorCode (**)(PetscInt, P…
/petsc/src/dm/dt/interface/
H A Ddtds.c2486 PetscErrorCode PetscDSGetUpperBound(PetscDS ds, PetscInt f, PetscPointBoundFn **ub, void **ctx) in PetscDSGetUpperBound() function
3905 PetscCall(PetscDSGetUpperBound(ds, f, &bound, &ctx)); in PetscDSCopyBounds()
/petsc/src/dm/interface/
H A Ddm.c8204 PetscCall(PetscDSGetUpperBound(ds, f, &ufunc, NULL)); in DMHasBound()