Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c79 PetscInt lastcheckpointtype; member
1585 …ternal(offline_cams, tjsch->actx->lastcheckpointstep, tjsch->actx->lastcheckpointtype, tjsch->actx… in TSTrajectoryMemorySet_AOF()
1616 tjsch->actx->lastcheckpointtype = tjsch->actx->nextcheckpointtype; in TSTrajectoryMemorySet_AOF()
1617 …ternal(offline_cams, tjsch->actx->lastcheckpointstep, tjsch->actx->lastcheckpointtype, tjsch->actx… in TSTrajectoryMemorySet_AOF()
1618 …if (tjsch->actx->lastcheckpointtype == 2) tjsch->actx->num_units_avail -= tjsch->actx->num_stages … in TSTrajectoryMemorySet_AOF()
1619 … if (tjsch->actx->lastcheckpointtype == 1) tjsch->actx->num_units_avail -= tjsch->actx->num_stages; in TSTrajectoryMemorySet_AOF()
1620 if (tjsch->actx->lastcheckpointtype == 0) tjsch->actx->num_units_avail--; in TSTrajectoryMemorySet_AOF()
1662 tjsch->actx->lastcheckpointtype = e->cptype; in TSTrajectoryMemoryGet_AOF()
1663 …ternal(offline_cams, tjsch->actx->lastcheckpointstep, tjsch->actx->lastcheckpointtype, tjsch->actx… in TSTrajectoryMemoryGet_AOF()
2107 actx->lastcheckpointtype = -1; /* -1 can trigger the initialization of CAMS */ in TSTrajectorySetUp_Memory()