Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c2035 PetscInt diskblocks; in TSTrajectorySetUp_Memory() local
2126diskblocks = tjsch->save_stack ? tjsch->max_cps_disk / (tjsch->max_cps_ram + 1) : tjsch-… in TSTrajectorySetUp_Memory()
2127 diskstack->stacksize = diskblocks; in TSTrajectorySetUp_Memory()
2132 PetscCall(PetscRevolveIntCast(diskblocks, &rsnaps)); in TSTrajectorySetUp_Memory()