Searched refs:jacobiandomainerror (Results 1 – 3 of 3) sorted by relevance
69 PetscBool jacobiandomainerror; /* set with SNESSetJacobianDomainError() */ member196 PetscBool jacobiandomainerror; \197 …PetscCallMPI(MPIU_Allreduce(&snes->jacobiandomainerror, &jacobiandomainerror, 1, MPI_C_BOOL, MPI_L…198 if (jacobiandomainerror) { \200 snes->jacobiandomainerror = PETSC_FALSE; \
154 PetscBool jacobiandomainerror; /* set with SNESSetJacobianDomainError() */ member433 …PetscCallMPI(MPIU_Allreduce(&snes->jacobiandomainerror, &domainerror, 1, MPI_C_BOOL, MPI_LOR, Pets…
221 snes->jacobiandomainerror = PETSC_TRUE; in SNESSetJacobianDomainError()4905 snes->jacobiandomainerror = PETSC_FALSE; /* clear the flag if it has been set */ in SNESSolve()