Searched refs:M_PI (Results 1 – 10 of 10) sorted by relevance
7 #ifndef M_PI8 #define M_PI 3.14159265358979323846 macro68 PetscReal angle_coeff = tan(top_angle * (M_PI / 180)); in HoneeMeshTransform_PlateMesh()
77 const CeedScalar C = vortex_strength * exp((1. - r * r) / 2.) / (2. * M_PI); in Exact_Euler()78 … = -(gamma - 1.) * vortex_strength * vortex_strength * exp(1 - r * r) / (8. * gamma * M_PI * M_PI); in Exact_Euler()80 …eedScalar S_bubble = (gamma - 1.) * vortex_strength * vortex_strength / (8. * gamma * M_PI * M_PI); in Exact_Euler()
38 ScaleN(x, 2 * M_PI / context->lx, 3); in ICsTaylorGreen()
73 const CeedScalar theta = dim == 2 ? M_PI / 3 : M_PI; in Exact_AdvectionGeneric()117 q[4] = r <= rc ? .5 + .5 * cos(r * M_PI / rc) : 0; in Exact_AdvectionGeneric()126 q[4] = r > half_width ? 0. : cos(2 * M_PI * r / half_width + M_PI) + 1.; in Exact_AdvectionGeneric()
106 const CeedScalar delta_theta = r <= rc ? thetaC * (1. + cos(M_PI * r / rc)) / 2. : 0.; in Exact_DC()
105 *ke = wall_dist == 0 ? 1e16 : 2 * M_PI / Min(2 * wall_dist, 3 * lt); in SpectrumConstants()106 *keta = 2 * M_PI * pow(Cube(nu) / eps, -0.25); in SpectrumConstants()107 *kcut = M_PI / Min(Max(Max(hNodSep[1], hNodSep[2]), 0.3 * (*hmax)) + 0.1 * wall_dist, *hmax); in SpectrumConstants()
10 #ifndef M_PI11 #define M_PI 3.14159265358979323846 macro
192 const CeedScalar omega = 2 * M_PI; in DifferentialFilter_MMS_IC()
212 CeedScalar kmin = M_PI / le_max; in GetStgContextData()
413 CeedScalar wave_frequency = 2 * M_PI; in NS_ADVECTION()