Searched refs:objectivedomainerror (Results 1 – 3 of 3) sorted by relevance
157 …PetscCheck(!snes->objectivedomainerror, PetscObjectComm((PetscObject)snes), PETSC_ERR_NOT_CONVERGE…160 if (snes->objectivedomainerror) { \162 snes->objectivedomainerror = PETSC_FALSE; \
153 PetscBool objectivedomainerror; /* set with SNESSetObjectiveDomainError() */ member395 …PetscCheck(!snes->objectivedomainerror, PetscObjectComm((PetscObject)snes), PETSC_ERR_NOT_CONVERGE…398 if (snes->objectivedomainerror) { \
191 snes->objectivedomainerror = PETSC_TRUE; in SNESSetObjectiveDomainError()4904 snes->objectivedomainerror = PETSC_FALSE; /* clear the flag if it has been set */ in SNESSolve()