Home
last modified time | relevance | path

Searched refs:theta0 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex77.c121 const PetscReal theta0 = PetscAtan2Real(y0, x0); in trig_trig_x() local
124 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()