Home
last modified time | relevance | path

Searched refs:DMHasVariableBounds (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/vi/
H A Dvi.c426 PetscCall(DMHasVariableBounds(snes->dm, &flag)); in SNESSetUp_VI()
/petsc/include/
H A Dpetscdm.h213 PETSC_EXTERN PetscErrorCode DMHasVariableBounds(DM, PetscBool *);
/petsc/src/dm/interface/
H A Ddm.c3882 PetscErrorCode DMHasVariableBounds(DM dm, PetscBool *flg) in DMHasVariableBounds() function