Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c67 PetscRevolveInt stepsleft; member
915 …if (rctx->stepsleft > 0) { /* advance the solution without checkpointing anything as Revolve requi… in ApplyRevolve()
916 rctx->stepsleft--; in ApplyRevolve()
937 rctx->stepsleft = rctx->capo - rctx->oldcapo - 1; in ApplyRevolve()
949 if (whattodo == 1) rctx->stepsleft = rctx->capo - rctx->oldcapo; in ApplyRevolve()
956 rctx->stepsleft = rctx->capo - rctx->oldcapo - 1; in ApplyRevolve()
969 rctx->stepsleft = rctx->capo - rctx->oldcapo - 1; in ApplyRevolve()
1029 if (!tjsch->rctx->reverseonestep && tjsch->rctx->stepsleft > 0) tjsch->rctx->stepsleft--; in TSTrajectoryMemoryGet_ROF()
1108 if (whattodo == 1) tjsch->rctx->stepsleft = tjsch->rctx->capo - tjsch->rctx->oldcapo; in TSTrajectoryMemoryGet_RON()
1114 if (!tjsch->rctx->reverseonestep && tjsch->rctx->stepsleft > 0) tjsch->rctx->stepsleft--; in TSTrajectoryMemoryGet_RON()
[all …]