Home
last modified time | relevance | path

Searched refs:usersetbounds (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/impls/vi/
H A Dvi.c429 if (!snes->usersetbounds) { in SNESSetUp_VI()
456 snes->usersetbounds = PETSC_FALSE; in SNESReset_VI()
515 snes->usersetbounds = PETSC_TRUE; in SNESVISetVariableBounds()
571 …PetscCheck(snes->usersetbounds, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Must set SNESVI bounds… in SNESVIGetVariableBounds()
/petsc/include/petsc/private/
H A Dsnesimpl.h174 …PetscBool usersetbounds; /* bounds have been set via SNESVISetVariableBounds(), rather than via … member