Searched refs:adjoint_max_steps (Results 1 – 2 of 2) sorted by relevance
1154 ts->adjoint_max_steps = steps; in TSAdjointSetSteps()1527 if (ts->adjoint_steps >= ts->adjoint_max_steps) ts->reason = TS_CONVERGED_ITS; in TSAdjointStep()1586 if (!ts->adjoint_max_steps) ts->adjoint_max_steps = ts->steps; in TSAdjointSolve()1587 if (ts->adjoint_steps >= ts->adjoint_max_steps) ts->reason = TS_CONVERGED_ITS; in TSAdjointSolve()1603 ts->adjoint_max_steps = 0; in TSAdjointSolve()
205 PetscInt adjoint_max_steps; member