Home
last modified time | relevance | path

Searched refs:TS_CONVERGED_TIME (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi51 TS_CONVERGED_TIME
H A DTS.pyx128 CONVERGED_TIME = TS_CONVERGED_TIME
/petsc/src/ts/tutorials/
H A Dex48.c318 …tscReal)ctx->plotIdx && time >= ctx->plotStartTime) || (tsreason == TS_CONVERGED_TIME || tsreason … in Monitor()
/petsc/include/
H A Dpetscts.h126 TS_CONVERGED_TIME = 1, enumerator
/petsc/src/ts/interface/
H A Dts.c4173 else if (ts->ptime >= ts->max_time) ts->reason = TS_CONVERGED_TIME; in TSSolve()
4205 else if (ts->ptime >= ts->max_time) ts->reason = TS_CONVERGED_TIME; in TSSolve()