Searched refs:PetscDSGetUpperBound (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 | 1077 PetscCall(PetscDSGetUpperBound(ds, f, &ufuncs[f], &uctxs[f])); in DMPlexSetSNESVariableBounds()
|
| /petsc/include/ |
| H A D | petscds.h | 180 PETSC_EXTERN PetscErrorCode PetscDSGetUpperBound(PetscDS, PetscInt, PetscErrorCode (**)(PetscInt, P…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2486 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 D | dm.c | 8204 PetscCall(PetscDSGetUpperBound(ds, f, &ufunc, NULL)); in DMHasBound()
|