Searched refs:theta0 (Results 1 – 1 of 1) sorted by relevance
121 const PetscReal theta0 = PetscAtan2Real(y0, x0); in trig_trig_x() local124 x[0] = R0 * PetscCosReal(p->omega * time + theta0); in trig_trig_x()125 x[1] = R0 * PetscSinReal(p->omega * time + theta0); in trig_trig_x()