Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c80 PetscInt num_units_avail; member
1582 …PetscCallExternal(offline_ca, tjsch->actx->lastcheckpointstep, tjsch->actx->num_units_avail, tjsch… in TSTrajectoryMemorySet_AOF()
1585 …x->lastcheckpointstep, tjsch->actx->lastcheckpointtype, tjsch->actx->num_units_avail, tjsch->actx-… in TSTrajectoryMemorySet_AOF()
1613 …PetscCallExternal(offline_ca, tjsch->actx->lastcheckpointstep, tjsch->actx->num_units_avail, tjsch… in TSTrajectoryMemorySet_AOF()
1614 tjsch->actx->num_units_avail--; in TSTrajectoryMemorySet_AOF()
1617 …x->lastcheckpointstep, tjsch->actx->lastcheckpointtype, tjsch->actx->num_units_avail, 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()
1642 tjsch->actx->num_units_avail++; in TSTrajectoryMemoryGet_AOF()
[all …]