Lines Matching refs:recompute
116 PetscBool recompute; member
553 …tjsch->recompute = PETSC_TRUE; /* hints TSTrajectorySet() that it is in … in ReCompute()
572 tjsch->recompute = PETSC_FALSE; /* reset the flag for recompute mode */ in ReCompute()
638 if (stack->solution_only && tjsch->recompute) PetscFunctionReturn(PETSC_SUCCESS); in TSTrajectoryMemorySet_N()
726 if (tjsch->save_stack && tjsch->recompute) PetscFunctionReturn(PETSC_SUCCESS); in TSTrajectoryMemorySet_TLNR()
733 if (!tjsch->recompute) { in TSTrajectoryMemorySet_TLNR()
1141 if (!tjsch->recompute) { in TSTrajectoryMemorySet_TLR()
1152 …if (stack->solution_only && stepnum == tjsch->total_steps - laststridesize && !tjsch->recompute) {… in TSTrajectoryMemorySet_TLR()
1155 …n_only && stepnum == tjsch->total_steps - laststridesize + 1 && !tjsch->recompute) { /* step tjsch… in TSTrajectoryMemorySet_TLR()
1314 …n_only && localstepnum == 0 && stepnum != tjsch->total_steps && !tjsch->recompute) PetscFunctionRe… in TSTrajectoryMemorySet_TLTR()
1694 if (!tjsch->recompute) { /* use global stepnum in the forward sweep */ in TSTrajectorySet_Memory()
1698 if (!tjsch->recompute && stepnum == 0) ts->ptime_prev = ts->ptime - ts->time_step; in TSTrajectorySet_Memory()
2198 tjsch->recompute = PETSC_FALSE; in TSTrajectorySetUp_Memory()