Home
last modified time | relevance | path

Searched refs:adjoint_steps (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1522 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()
/petsc/include/petsc/private/
H A Dtsimpl.h204 PetscInt adjoint_steps; member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTS.pyx2854 def adjointSetSteps(self, adjoint_steps: int) -> None:
2861 adjoint_steps
2869 cdef PetscInt ival = asInt(adjoint_steps)