Searched refs:PetscDSGetLowerBound (Results 1 – 5 of 5) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 323.md | 162 - Add `PetscDSGetLowerBound()`, `PetscDSSetLowerBound()`, `PetscDSGetUpperBound()`, `PetscDSSetUppe…
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 1076 PetscCall(PetscDSGetLowerBound(ds, f, &lfuncs[f], &lctxs[f])); in DMPlexSetSNESVariableBounds()
|
| /petsc/include/ |
| H A D | petscds.h | 178 PETSC_EXTERN PetscErrorCode PetscDSGetLowerBound(PetscDS, PetscInt, PetscErrorCode (**)(PetscInt, P…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2421 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 D | dm.c | 8203 PetscCall(PetscDSGetLowerBound(ds, f, &lfunc, NULL)); in DMHasBound()
|