Home
last modified time | relevance | path

Searched refs:TSGetConvergedReason (Results 1 – 24 of 24) sorted by relevance

/petsc/src/ts/utils/
H A Ddmnetworkts.c180 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitorLGCtxNetworkSolution()
/petsc/src/ts/tests/
H A Dex14.c96 PetscCall(TSGetConvergedReason(ts, &reason)); in TestExplicitTS()
H A Dex25.c141 PetscCall(TSGetConvergedReason(ts, &reason)); in Brusselator()
/petsc/src/ts/tutorials/
H A Dex1f.F90325 PetscCallA(TSGetConvergedReason(ts, reason, ierr))
H A Dex22.c128 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dex25.c121 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dex26.c180 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dex34.c263 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dex35.cxx158 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dextchem.c189 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dextchemfield.c202 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dex48.c317 PetscCall(TSGetConvergedReason(ts, &tsreason)); in Monitor()
H A Dex18.c1077 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dex11.c1543 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dex30.c2122 PetscCall(TSGetConvergedReason(ts, &reason)); in MonitorSave()
/petsc/src/ts/event/tests/
H A Dex3.c154 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
H A Dex3span.c167 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c229 PetscCall(TSGetConvergedReason(ts, &reason)); in testSpitzer()
230 PetscCall(TSGetConvergedReason(ts, &reason)); in testSpitzer()
419 PetscCall(TSGetConvergedReason(ts, &reason)); in Monitor()
H A Dex1.c239 PetscCall(TSGetConvergedReason(ts, &reason)); in Monitor()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi206 PetscErrorCode TSGetConvergedReason(PetscTS, PetscTSConvergedReason*)
H A DTS.pyx2158 petsc.TSGetConvergedReason
2162 CHKERR(TSGetConvergedReason(self.ts, &reason))
/petsc/src/ts/tutorials/network/
H A Dpipes.c790 PetscCall(TSGetConvergedReason(ts, &reason)); in main()
/petsc/include/
H A Dpetscts.h517 PETSC_EXTERN PetscErrorCode TSGetConvergedReason(TS, TSConvergedReason *);
/petsc/src/ts/interface/
H A Dts.c4837 PetscErrorCode TSGetConvergedReason(TS ts, TSConvergedReason *reason) in TSGetConvergedReason() function