Searched refs:usersetbounds (Results 1 – 2 of 2) sorted by relevance
429 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()
174 …PetscBool usersetbounds; /* bounds have been set via SNESVISetVariableBounds(), rather than via … member