Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dlinesearchimpl.h69 PetscBool jacobiandomainerror; /* set with SNESSetJacobianDomainError() */ member
196 PetscBool jacobiandomainerror; \
197 …PetscCallMPI(MPIU_Allreduce(&snes->jacobiandomainerror, &jacobiandomainerror, 1, MPI_C_BOOL, MPI_L…
198 if (jacobiandomainerror) { \
200 snes->jacobiandomainerror = PETSC_FALSE; \
H A Dsnesimpl.h154 PetscBool jacobiandomainerror; /* set with SNESSetJacobianDomainError() */ member
433 …PetscCallMPI(MPIU_Allreduce(&snes->jacobiandomainerror, &domainerror, 1, MPI_C_BOOL, MPI_LOR, Pets…
/petsc/src/snes/interface/
H A Dsnes.c221 snes->jacobiandomainerror = PETSC_TRUE; in SNESSetJacobianDomainError()
4905 snes->jacobiandomainerror = PETSC_FALSE; /* clear the flag if it has been set */ in SNESSolve()