Searched refs:nextcheckpointtype (Results 1 – 1 of 1) sorted by relevance
84 PetscInt nextcheckpointtype; /* (0) solution only (1) stages (2) solution+stages */ member1585 …step, tjsch->actx->num_stages, &tjsch->actx->nextcheckpointstep, &tjsch->actx->nextcheckpointtype); in TSTrajectoryMemorySet_AOF()1594 if (tjsch->actx->nextcheckpointtype == 2) { /* solution + stage values */ in TSTrajectoryMemorySet_AOF()1599 if (tjsch->actx->nextcheckpointtype == 1) { in TSTrajectoryMemorySet_AOF()1604 if (tjsch->actx->nextcheckpointtype == 0) { /* solution only */ in TSTrajectoryMemorySet_AOF()1616 tjsch->actx->lastcheckpointtype = tjsch->actx->nextcheckpointtype; in TSTrajectoryMemorySet_AOF()1617 …step, tjsch->actx->num_stages, &tjsch->actx->nextcheckpointstep, &tjsch->actx->nextcheckpointtype); in TSTrajectoryMemorySet_AOF()1663 …step, tjsch->actx->num_stages, &tjsch->actx->nextcheckpointstep, &tjsch->actx->nextcheckpointtype); in TSTrajectoryMemoryGet_AOF()