Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c70 PetscRevolveInt capo; member
818 …scViewerASCIIPrintf(viewer, "Advance from %d to %d\n", rctx->oldcapo + shift, rctx->capo + shift)); in printwhattodo()
852 …, "[Top Level] Advance from stride %d to stride %d\n", rctx->oldcapo + shift, rctx->capo + shift)); in printwhattodo2()
891 rctx->capo = 0; in InitRevolve()
904 …whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &rctx->info, &rc… in FastForwardRevolve()
921 rctx->oldcapo = rctx->capo; in ApplyRevolve()
922 rctx->capo = localstepnum; in ApplyRevolve()
924 …if (!toplevel) whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &… in ApplyRevolve()
925 …else whattodo = revolve2_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &rctx->inf… in ApplyRevolve()
932 if (stype == REVOLVE_ONLINE && rctx->capo >= total_steps - 1) { in ApplyRevolve()
[all …]