Lines Matching refs:fine

71   PetscRevolveInt fine;  member
879 static PetscErrorCode InitRevolve(PetscInt fine, PetscInt snaps, RevolveCTX *rctx) in InitRevolve() argument
885 PetscCall(PetscRevolveIntCast(fine, &rfine)); in InitRevolve()
889 rctx->fine = rfine; in InitRevolve()
904 …whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &rctx->info, &rc… in FastForwardRevolve()
924 …if (!toplevel) whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &… in ApplyRevolve()
925 …else whattodo = revolve2_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &rctx->inf… in ApplyRevolve()
933 revolve_turn(total_steps, &rctx->capo, &rctx->fine); in ApplyRevolve()
944 …if (!toplevel) whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &… in ApplyRevolve()
945 …else whattodo = revolve2_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &rctx->inf… in ApplyRevolve()
954 …whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &rctx->info… in ApplyRevolve()
961 …if (!toplevel) whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &… in ApplyRevolve()
962 …else whattodo = revolve2_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &rctx->inf… in ApplyRevolve()
966 revolve_turn(total_steps, &rctx->capo, &rctx->fine); in ApplyRevolve()
1020 … = revolve_action(&tjsch->rctx->check, &tjsch->rctx->capo, &tjsch->rctx->fine, tjsch->rctx->snaps… in TSTrajectoryMemoryGet_ROF()
1096 …whattodo = revolve_action(&tjsch->rctx->check, &tjsch->rctx->capo, &tjsch->rctx->fine,… in TSTrajectoryMemoryGet_RON()
1105 … = revolve_action(&tjsch->rctx->check, &tjsch->rctx->capo, &tjsch->rctx->fine, tjsch->rctx->snaps… in TSTrajectoryMemoryGet_RON()
1220 … = revolve_action(&tjsch->rctx->check, &tjsch->rctx->capo, &tjsch->rctx->fine, tjsch->rctx->snaps… in TSTrajectoryMemoryGet_TLR()
1366 …revolve2_action(&tjsch->rctx2->check, &tjsch->rctx2->capo, &tjsch->rctx2->fine, tjsch->rctx2->snap… in TSTrajectoryMemoryGet_TLTR()
1457 … = revolve_action(&tjsch->rctx->check, &tjsch->rctx->capo, &tjsch->rctx->fine, tjsch->rctx->snaps… in TSTrajectoryMemoryGet_TLTR()
1532 …whattodo = revolve_action(&tjsch->rctx->check, &tjsch->rctx->capo, &tjsch->rctx->fine,… in TSTrajectoryMemoryGet_RMS()
1548 … = revolve_action(&tjsch->rctx->check, &tjsch->rctx->capo, &tjsch->rctx->fine, tjsch->rctx->snaps… in TSTrajectoryMemoryGet_RMS()
2141 rctx2->fine = rfine; in TSTrajectorySetUp_Memory()
2178 rctx->fine = rfine; in TSTrajectorySetUp_Memory()
2180 if (tjsch->stype == REVOLVE_ONLINE) rctx->fine = -1; in TSTrajectorySetUp_Memory()