Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c580 PetscInt stridenum; in TopLevelStore() local
584 stridenum = stepnum / tjsch->stride; in TopLevelStore()
591 PetscCall(StackDumpAll(tj, ts, stack, stridenum + 1)); in TopLevelStore()
592 … if (tjsch->stype == TWO_LEVEL_TWO_REVOLVE) diskstack->container[++diskstack->top] = stridenum + 1; in TopLevelStore()
597 PetscCall(DumpSingle(tj, ts, stack, stridenum + 1)); in TopLevelStore()
598 … if (tjsch->stype == TWO_LEVEL_TWO_REVOLVE) diskstack->container[++diskstack->top] = stridenum + 1; in TopLevelStore()
605 PetscCall(StackDumpAll(tj, ts, stack, stridenum)); in TopLevelStore()
606 … if (tjsch->stype == TWO_LEVEL_TWO_REVOLVE) diskstack->container[++diskstack->top] = stridenum; in TopLevelStore()
611 PetscCall(DumpSingle(tj, ts, stack, stridenum + 1)); in TopLevelStore()
612 … if (tjsch->stype == TWO_LEVEL_TWO_REVOLVE) diskstack->container[++diskstack->top] = stridenum + 1; in TopLevelStore()
[all …]