Searched refs:adjoint_steps (Results 1 – 3 of 3) sorted by relevance
1522 ts->adjoint_steps++; in TSAdjointStep()1527 if (ts->adjoint_steps >= ts->adjoint_max_steps) ts->reason = TS_CONVERGED_ITS; in TSAdjointStep()1579 ts->adjoint_steps = 0; in TSAdjointSolve()1587 if (ts->adjoint_steps >= ts->adjoint_max_steps) ts->reason = TS_CONVERGED_ITS; in TSAdjointSolve()
204 PetscInt adjoint_steps; member
2854 def adjointSetSteps(self, adjoint_steps: int) -> None:2861 adjoint_steps2869 cdef PetscInt ival = asInt(adjoint_steps)