Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c78 PetscInt lastcheckpointstep; member
1582 …PetscCallExternal(offline_ca, tjsch->actx->lastcheckpointstep, tjsch->actx->num_units_avail, tjsch… in TSTrajectoryMemorySet_AOF()
1585 …PetscCallExternal(offline_cams, tjsch->actx->lastcheckpointstep, tjsch->actx->lastcheckpointtype, … in TSTrajectoryMemorySet_AOF()
1611 tjsch->actx->lastcheckpointstep = stepnum; in TSTrajectoryMemorySet_AOF()
1613 …PetscCallExternal(offline_ca, tjsch->actx->lastcheckpointstep, tjsch->actx->num_units_avail, tjsch… in TSTrajectoryMemorySet_AOF()
1617 …PetscCallExternal(offline_cams, tjsch->actx->lastcheckpointstep, tjsch->actx->lastcheckpointtype, … in TSTrajectoryMemorySet_AOF()
1657 tjsch->actx->lastcheckpointstep = estepnum; in TSTrajectoryMemoryGet_AOF()
1660 …PetscCallExternal(offline_ca, tjsch->actx->lastcheckpointstep, tjsch->actx->num_units_avail, tjsch… in TSTrajectoryMemoryGet_AOF()
1663 …PetscCallExternal(offline_cams, tjsch->actx->lastcheckpointstep, tjsch->actx->lastcheckpointtype, … in TSTrajectoryMemoryGet_AOF()
2106 actx->lastcheckpointstep = -1; /* -1 can trigger the initialization of CAMS */ in TSTrajectorySetUp_Memory()