Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c121 PetscInt max_cps_ram; /* maximum checkpoints in RAM */ member
1148 PetscCall(InitRevolve(tjsch->stride, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemorySet_TLR()
1153 PetscCall(InitRevolve(laststridesize, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemorySet_TLR()
1156 PetscCall(InitRevolve(laststridesize, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemorySet_TLR()
1199 PetscCall(InitRevolve(tjsch->stride, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemoryGet_TLR()
1207 PetscCall(InitRevolve(tjsch->stride, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemoryGet_TLR()
1230 PetscCall(InitRevolve(tjsch->stride, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemoryGet_TLR()
1235 PetscCall(InitRevolve(tjsch->stride, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemoryGet_TLR()
1294 …al_steps - laststridesize) PetscCall(InitRevolve(laststridesize, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemorySet_TLTR()
1300 …teps - laststridesize + 1) PetscCall(InitRevolve(laststridesize, tjsch->max_cps_ram, tjsch->rctx)); in TSTrajectoryMemorySet_TLTR()
[all …]