Home
last modified time | relevance | path

Searched refs:TSConvergedReasons (Results 1 – 16 of 16) sorted by relevance

/petsc/src/ts/interface/
H A Dtscreate.c4 const char *const *TSConvergedReasons = TSConvergedReasons_Shifted + 4; variable
H A Dts.c3535 …rease -ts_max_snes_failures or use unlimited to attempt recovery", TSConvergedReasons[ts->reason]); in TSStep()
3536 …bject)ts), PETSC_ERR_NOT_CONVERGED, "TSStep has failed due to %s", TSConvergedReasons[ts->reason]); in TSStep()
/petsc/src/ts/tests/
H A Dex14.c98 …JECTED, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Bad reason %s, %s '%s'", TSConvergedReasons[reason], typ… in TestExplicitTS()
H A Dex25.c144 …t time %g after % 3" PetscInt_FMT " steps. Range [%6.4f,%6.4f]\n", TSConvergedReasons[reason], (do… in Brusselator()
/petsc/src/ts/tutorials/
H A Dex22.c129 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
H A Dex25.c122 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
H A Dex34.c264 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
H A Dex26.c182 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
H A Dex35.cxx159 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
H A Dextchem.c190 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
H A Dextchemfield.c203 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
H A Dex18.c1078 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
H A Dex11.c1544 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1525 …s), PETSC_ERR_NOT_CONVERGED, "TSAdjointStep has failed due to %s", TSConvergedReasons[ts->reason]); in TSAdjointStep()
1790 …ts), PETSC_ERR_NOT_CONVERGED, "TSFowardStep has failed due to %s", TSConvergedReasons[ts->reason]); in TSForwardStep()
/petsc/src/ts/tutorials/network/
H A Dpipes.c791 …PETSC_COMM_WORLD, "%s at time %g after %" PetscInt_FMT " steps\n", TSConvergedReasons[reason], (do… in main()
/petsc/include/
H A Dpetscts.h137 PETSC_EXTERN const char *const *TSConvergedReasons; variable