Home
last modified time | relevance | path

Searched refs:PetscDSGetLowerBound (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.c1076 PetscCall(PetscDSGetLowerBound(ds, f, &lfuncs[f], &lctxs[f])); in DMPlexSetSNESVariableBounds()
/petsc/include/
H A Dpetscds.h178 PETSC_EXTERN PetscErrorCode PetscDSGetLowerBound(PetscDS, PetscInt, PetscErrorCode (**)(PetscInt, P…
/petsc/src/dm/dt/interface/
H A Ddtds.c2421 PetscErrorCode PetscDSGetLowerBound(PetscDS ds, PetscInt f, PetscPointBoundFn **lb, void **ctx) in PetscDSGetLowerBound() function
3903 PetscCall(PetscDSGetLowerBound(ds, f, &bound, &ctx)); in PetscDSCopyBounds()
/petsc/src/dm/interface/
H A Ddm.c8203 PetscCall(PetscDSGetLowerBound(ds, f, &lfunc, NULL)); in DMHasBound()