Home
last modified time | relevance | path

Searched refs:TS_CONVERGED_ITS (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1527 if (ts->adjoint_steps >= ts->adjoint_max_steps) ts->reason = TS_CONVERGED_ITS; in TSAdjointStep()
1587 if (ts->adjoint_steps >= ts->adjoint_max_steps) ts->reason = TS_CONVERGED_ITS; in TSAdjointSolve()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi52 TS_CONVERGED_ITS
H A DTS.pyx129 CONVERGED_ITS = TS_CONVERGED_ITS
/petsc/src/ts/tutorials/
H A Dex48.c318 …tx->plotStartTime) || (tsreason == TS_CONVERGED_TIME || tsreason == TS_CONVERGED_ITS) || ctx->plot… in Monitor()
/petsc/src/ts/interface/
H A Dts.c4172 if (ts->steps >= ts->max_steps) ts->reason = TS_CONVERGED_ITS; in TSSolve()
4203 if ((ts->steps - ts->start_step) >= ts->run_steps) ts->reason = TS_CONVERGED_ITS; in TSSolve()
4204 else if (ts->steps >= ts->max_steps) ts->reason = TS_CONVERGED_ITS; in TSSolve()
/petsc/include/
H A Dpetscts.h127 TS_CONVERGED_ITS = 2, enumerator