Searched refs:omega (Results 1 – 1 of 1) sorted by relevance
157 CEED_QFUNCTION_HELPER CeedScalar MMS_Solution(const CeedScalar x_i[3], const CeedScalar omega) { in MMS_Solution() argument158 return sin(6 * omega * x_i[0]) + sin(6 * omega * x_i[1]); in MMS_Solution()192 const CeedScalar omega = 2 * M_PI; in DifferentialFilter_MMS_IC() local193 const CeedScalar omega6 = 6 * omega; in DifferentialFilter_MMS_IC()194 const CeedScalar phi_bar = MMS_Solution(x_i, omega); in DifferentialFilter_MMS_IC()211 …CeedScalar phi = phi_bar + alpha[0] * Square(omega6) * sin(6 * omega * x_i[0]) + alpha[1] * Square… in DifferentialFilter_MMS_IC()