Searched refs:PetscDSSetLowerBound (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex34.c | 171 PetscCall(PetscDSSetLowerBound(ds, 0, obstacle_ball, param)); in SetupPrimalProblem()
|
| /petsc/doc/changes/ |
| H A D | 323.md | 162 - Add `PetscDSGetLowerBound()`, `PetscDSSetLowerBound()`, `PetscDSGetUpperBound()`, `PetscDSSetUppe…
|
| /petsc/include/ |
| H A D | petscds.h | 179 PETSC_EXTERN PetscErrorCode PetscDSSetLowerBound(PetscDS, PetscInt, PetscErrorCode (*)(PetscInt, Pe…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2452 PetscErrorCode PetscDSSetLowerBound(PetscDS ds, PetscInt f, PetscPointBoundFn *lb, PetscCtx ctx) in PetscDSSetLowerBound() function 3904 PetscCall(PetscDSSetLowerBound(newds, f, bound, ctx)); in PetscDSCopyBounds()
|