Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c1630 PetscInt estepnum; in TSTrajectoryMemoryGet_AOF() local
1639 estepnum = e->stepnum; in TSTrajectoryMemoryGet_AOF()
1640 …if (estepnum == stepnum && e->cptype == SOLUTIONONLY) { /* discard the checkpoint if not useful (c… in TSTrajectoryMemoryGet_AOF()
1644 estepnum = e->stepnum; in TSTrajectoryMemoryGet_AOF()
1657 tjsch->actx->lastcheckpointstep = estepnum; in TSTrajectoryMemoryGet_AOF()
1667 if (estepnum == stepnum) { in TSTrajectoryMemoryGet_AOF()
1674 if (estepnum + 1 == stepnum) { in TSTrajectoryMemoryGet_AOF()
1681 if (stack->solution_only || (!stack->solution_only && estepnum < stepnum)) { in TSTrajectoryMemoryGet_AOF()
1683 PetscCall(ReCompute(ts, tjsch, estepnum, stepnum)); in TSTrajectoryMemoryGet_AOF()