Lines Matching refs:rctx2
109 RevolveCTX *rctx, *rctx2; member
1290 if (stack->solution_only && localstepnum == 0 && !tjsch->rctx2->reverseonestep) { in TSTrajectoryMemorySet_TLTR()
1293 …PetscCall(ApplyRevolve(tj->monitor, tjsch->stype, tjsch->rctx2, rtotal_steps, rstepnum, rstepnum, … in TSTrajectoryMemorySet_TLTR()
1296 if (!stack->solution_only && localstepnum == 1 && !tjsch->rctx2->reverseonestep) { in TSTrajectoryMemorySet_TLTR()
1299 …PetscCall(ApplyRevolve(tj->monitor, tjsch->stype, tjsch->rctx2, rtotal_steps, rstepnum, rstepnum, … in TSTrajectoryMemorySet_TLTR()
1310 …if (tjsch->save_stack && !tjsch->store_stride && !tjsch->rctx2->reverseonestep) PetscFunctionRetur… in TSTrajectoryMemorySet_TLTR()
1311 …if (!tjsch->save_stack && !tjsch->rctx2->reverseonestep) PetscFunctionReturn(PETSC_SUCCESS); … in TSTrajectoryMemorySet_TLTR()
1359 tjsch->rctx2->reverseonestep = PETSC_FALSE; in TSTrajectoryMemoryGet_TLTR()
1363 tjsch->rctx2->capo = rstepnum; in TSTrajectoryMemoryGet_TLTR()
1364 tjsch->rctx2->oldcapo = tjsch->rctx2->capo; in TSTrajectoryMemoryGet_TLTR()
1366 …ve2_action(&tjsch->rctx2->check, &tjsch->rctx2->capo, &tjsch->rctx2->fine, tjsch->rctx2->snaps_in,… in TSTrajectoryMemoryGet_TLTR()
1367 PetscCall(printwhattodo2(tj->monitor, whattodo, tjsch->rctx2, shift)); in TSTrajectoryMemoryGet_TLTR()
1371 …PetscCall(ApplyRevolve(tj->monitor, tjsch->stype, tjsch->rctx2, rtotal_steps, rstepnum, rstepnum, … in TSTrajectoryMemoryGet_TLTR()
1374 … from %d to %d (stage values already checkpointed)\n", tjsch->rctx2->oldcapo, tjsch->rctx2->oldcap… in TSTrajectoryMemoryGet_TLTR()
1377 if (!tjsch->rctx2->reverseonestep && tjsch->rctx2->stepsleft > 0) tjsch->rctx2->stepsleft--; in TSTrajectoryMemoryGet_TLTR()
1423 if (tjsch->store_stride || tjsch->rctx2->reverseonestep) { in TSTrajectoryMemoryGet_TLTR()
2033 RevolveCTX *rctx, *rctx2; in TSTrajectorySetUp_Memory() local
2134 PetscCall(PetscNew(&rctx2)); in TSTrajectorySetUp_Memory()
2135 rctx2->snaps_in = rsnaps; in TSTrajectorySetUp_Memory()
2136 rctx2->reverseonestep = PETSC_FALSE; in TSTrajectorySetUp_Memory()
2137 rctx2->check = 0; in TSTrajectorySetUp_Memory()
2138 rctx2->oldcapo = 0; in TSTrajectorySetUp_Memory()
2139 rctx2->capo = 0; in TSTrajectorySetUp_Memory()
2140 rctx2->info = 2; in TSTrajectorySetUp_Memory()
2141 rctx2->fine = rfine; in TSTrajectorySetUp_Memory()
2142 tjsch->rctx2 = rctx2; in TSTrajectorySetUp_Memory()
2220 PetscCall(PetscFree(tjsch->rctx2)); in TSTrajectoryReset_Memory()