Searched refs:PetscDSSetUpperBound (Results 1 – 3 of 3) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 323.md | 162 …werBound()`, `PetscDSSetLowerBound()`, `PetscDSGetUpperBound()`, `PetscDSSetUpperBound()`, `PetscD…
|
| /petsc/include/ |
| H A D | petscds.h | 181 PETSC_EXTERN PetscErrorCode PetscDSSetUpperBound(PetscDS, PetscInt, PetscErrorCode (*)(PetscInt, Pe…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2517 PetscErrorCode PetscDSSetUpperBound(PetscDS ds, PetscInt f, PetscPointBoundFn *ub, PetscCtx ctx) in PetscDSSetUpperBound() function 3906 PetscCall(PetscDSSetUpperBound(newds, f, bound, ctx)); in PetscDSCopyBounds()
|