Searched defs:theta (Results 1 – 8 of 8) sorted by relevance
32 const CeedScalar theta = asin(X[i + 2 * Q] / R); in SetupMassRhs3() local
39 const CeedScalar theta = asin(z / R); // latitude in SetupDiffRhs3() local
119 const CeedScalar theta = asin(X[i + 2 * Q] / R); in SetupMassRhs() local
162 const CeedScalar theta = asin(z / R); // latitude in SetupDiffRhs() local
58 theta = (c_0 + c_1 * cx) * load_increment; in BCClamp() local
115 const CeedScalar theta = theta0 * exp(Square(N) * z / g) + delta_theta; in Exact_DC() local
52 const CeedScalar theta = theta0 * (1 + (Pr * Ec / 3) * (1 - Square(Square((x[1] - center) / H)))); in Exact_Channel() local
81 const CeedScalar theta = dim == 2 ? M_PI / 3 : M_PI; in Exact_AdvectionGeneric() local