Lines Matching refs:trajectory
154 if (!ts->trajectory->adjoint_solve_mode) PetscFunctionReturn(PETSC_SUCCESS); in TurnBackward()
365 ts->trajectory->diskwrites++; in StackDumpAll()
373 ts->trajectory->diskwrites++; in StackDumpAll()
403 ts->trajectory->diskreads++; in StackLoadAll()
410 ts->trajectory->diskreads++; in StackLoadAll()
460 ts->trajectory->diskreads++; in StackLoadLast()
491 ts->trajectory->diskwrites++; in DumpSingle()
515 ts->trajectory->diskreads++; in LoadSingle()
558 PetscCall(TSTrajectorySet_Memory(ts->trajectory, ts, ts->steps, ts->ptime, ts->vec_sol)); in ReCompute()
564 PetscCall(TSTrajectorySet_Memory(ts->trajectory, ts, ts->steps, ts->ptime, ts->vec_sol)); in ReCompute()
570 ts->trajectory->recomps += stepnumend - stepnumbegin; /* recomputation counter */ in ReCompute()