Home
last modified time | relevance | path

Searched refs:PetscDSSetLowerBound (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/tutorials/ !
H A Dex34.c171 PetscCall(PetscDSSetLowerBound(ds, 0, obstacle_ball, param)); in SetupPrimalProblem()
/petsc/doc/changes/ !
H A D323.md162 - Add `PetscDSGetLowerBound()`, `PetscDSSetLowerBound()`, `PetscDSGetUpperBound()`, `PetscDSSetUppe…
/petsc/include/ !
H A Dpetscds.h179 PETSC_EXTERN PetscErrorCode PetscDSSetLowerBound(PetscDS, PetscInt, PetscErrorCode (*)(PetscInt, Pe…
/petsc/src/dm/dt/interface/ !
H A Ddtds.c2452 PetscErrorCode PetscDSSetLowerBound(PetscDS ds, PetscInt f, PetscPointBoundFn *lb, PetscCtx ctx) in PetscDSSetLowerBound() function
3904 PetscCall(PetscDSSetLowerBound(newds, f, bound, ctx)); in PetscDSCopyBounds()