Searched refs:ReCompute (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 547 static PetscErrorCode ReCompute(TS ts, TJScheduler *tjsch, PetscInt stepnumbegin, PetscInt stepnume… in ReCompute() function 697 PetscCall(ReCompute(ts, tjsch, e->stepnum, stepnum)); in TSTrajectoryMemoryGet_N() 770 PetscCall(ReCompute(ts, tjsch, id * tjsch->stride - 1, id * tjsch->stride)); in TSTrajectoryMemoryGet_TLNR() 775 PetscCall(ReCompute(ts, tjsch, (id - 1) * tjsch->stride, id * tjsch->stride)); in TSTrajectoryMemoryGet_TLNR() 784 PetscCall(ReCompute(ts, tjsch, e->stepnum, stepnum)); in TSTrajectoryMemoryGet_TLNR() 799 PetscCall(ReCompute(ts, tjsch, e->stepnum, id * tjsch->stride)); in TSTrajectoryMemoryGet_TLNR() 1033 PetscCall(ReCompute(ts, tjsch, e->stepnum, stepnum)); in TSTrajectoryMemoryGet_ROF() 1118 PetscCall(ReCompute(ts, tjsch, e->stepnum, stepnum)); in TSTrajectoryMemoryGet_RON() 1203 PetscCall(ReCompute(ts, tjsch, stridenum * tjsch->stride - 1, stridenum * tjsch->stride)); in TSTrajectoryMemoryGet_TLR() 1209 PetscCall(ReCompute(ts, tjsch, (stridenum - 1) * tjsch->stride, stridenum * tjsch->stride)); in TSTrajectoryMemoryGet_TLR() [all …]
|