Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c126 DiskStack diskstack; member
579 DiskStack *diskstack = &tjsch->diskstack; in TopLevelStore() local
592 … if (tjsch->stype == TWO_LEVEL_TWO_REVOLVE) diskstack->container[++diskstack->top] = stridenum + 1; in TopLevelStore()
598 … if (tjsch->stype == TWO_LEVEL_TWO_REVOLVE) diskstack->container[++diskstack->top] = stridenum + 1; in TopLevelStore()
606 … if (tjsch->stype == TWO_LEVEL_TWO_REVOLVE) diskstack->container[++diskstack->top] = stridenum; in TopLevelStore()
612 … if (tjsch->stype == TWO_LEVEL_TWO_REVOLVE) diskstack->container[++diskstack->top] = stridenum + 1; in TopLevelStore()
1333 DiskStack *diskstack = &tjsch->diskstack; in TSTrajectoryMemoryGet_TLTR() local
1358 restoredstridenum = diskstack->container[diskstack->top]; in TSTrajectoryMemoryGet_TLTR()
1442 if (restoredstridenum == stridenum) diskstack->top--; in TSTrajectoryMemoryGet_TLTR()
2034 DiskStack *diskstack = &tjsch->diskstack; in TSTrajectorySetUp_Memory() local
[all …]