Home
last modified time | relevance | path

Searched refs:adjoint_max_steps (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1154 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()
/petsc/include/petsc/private/
H A Dtsimpl.h205 PetscInt adjoint_max_steps; member