Home
last modified time | relevance | path

Searched refs:TSSetMaxSNESFailures (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex2.c171 PetscCall(TSSetMaxSNESFailures(ts, -1)); /* unlimited */ in main()
/petsc/src/ts/tutorials/
H A Dex8.c385 PetscCall(TSSetMaxSNESFailures(ts, -1)); /* unlimited */ in main()
H A Dextchem.c155 PetscCall(TSSetMaxSNESFailures(ts, -1)); /* Retry step an unlimited number of times */ in main()
H A Dextchemfield.c172 PetscCall(TSSetMaxSNESFailures(ts, -1)); /* Retry step an unlimited number of times */ in main()
H A Dex30.c2319 PetscCall(TSSetMaxSNESFailures(ts, -1)); in Run()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi212 PetscErrorCode TSSetMaxSNESFailures(PetscTS, PetscInt)
H A DTS.pyx1984 petsc.TSSetMaxSNESFailures
1988 CHKERR(TSSetMaxSNESFailures(self.ts, fails))
/petsc/include/
H A Dpetscts.h525 PETSC_EXTERN PetscErrorCode TSSetMaxSNESFailures(TS, PetscInt);
/petsc/src/ts/interface/
H A Dts.c132 if (flg) PetscCall(TSSetMaxSNESFailures(ts, ts->max_snes_failures)); in TSSetFromOptions()
5058 PetscErrorCode TSSetMaxSNESFailures(TS ts, PetscInt fails) in TSSetMaxSNESFailures() function