Searched refs:laststridesize (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 576 …JScheduler *tjsch, PetscInt stepnum, PetscInt localstepnum, PetscInt laststridesize, PetscBool *do… in TopLevelStore() argument 590 …if (localstepnum == tjsch->stride - 1 && stepnum < tjsch->total_steps - laststridesize) { /* curre… in TopLevelStore() 596 if (localstepnum == 0 && stepnum < tjsch->total_steps - laststridesize) { in TopLevelStore() 610 if (localstepnum == 1 && stepnum < tjsch->total_steps - laststridesize) { in TopLevelStore() 718 PetscInt localstepnum, laststridesize; in TSTrajectoryMemorySet_TLNR() local 730 laststridesize = tjsch->total_steps % tjsch->stride; in TSTrajectoryMemorySet_TLNR() 731 if (!laststridesize) laststridesize = tjsch->stride; in TSTrajectoryMemorySet_TLNR() 734 PetscCall(TopLevelStore(tj, ts, tjsch, stepnum, localstepnum, laststridesize, &done)); in TSTrajectoryMemorySet_TLNR() 735 …if (!tjsch->save_stack && stepnum < tjsch->total_steps - laststridesize) PetscFunctionReturn(PETSC… in TSTrajectoryMemorySet_TLNR() 750 PetscInt id, localstepnum, laststridesize; in TSTrajectoryMemoryGet_TLNR() local [all …]
|