Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D324.md154 - Add `DMHasBound()`, `DM_BC_LOWER_BOUND` and `DM_BC_LOWER_BOUND`
/petsc/src/snes/utils/
H A Ddmplexsnes.c1069 PetscCall(DMHasBound(dm, &hasBound)); in DMPlexSetSNESVariableBounds()
/petsc/include/
H A Dpetscdm.h444 PETSC_EXTERN PetscErrorCode DMHasBound(DM, PetscBool *);
/petsc/src/dm/interface/
H A Ddm.c8191 PetscErrorCode DMHasBound(DM dm, PetscBool *hasBound) in DMHasBound() function