Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c69 PetscRevolveInt oldcapo; member
818 …PetscCall(PetscViewerASCIIPrintf(viewer, "Advance from %d to %d\n", rctx->oldcapo + shift, rctx->c… in printwhattodo()
852 …rintf(viewer, "[Top Level] Advance from stride %d to stride %d\n", rctx->oldcapo + shift, rctx->ca… in printwhattodo2()
921 rctx->oldcapo = rctx->capo; in ApplyRevolve()
937 rctx->stepsleft = rctx->capo - rctx->oldcapo - 1; in ApplyRevolve()
943 rctx->oldcapo = rctx->capo; in ApplyRevolve()
949 if (whattodo == 1) rctx->stepsleft = rctx->capo - rctx->oldcapo; in ApplyRevolve()
953 rctx->oldcapo = rctx->capo; in ApplyRevolve()
956 rctx->stepsleft = rctx->capo - rctx->oldcapo - 1; in ApplyRevolve()
960 rctx->oldcapo = rctx->capo; in ApplyRevolve()
[all …]