Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Ddifferential_filter.h157 CEED_QFUNCTION_HELPER CeedScalar MMS_Solution(const CeedScalar x_i[3], const CeedScalar omega) { in MMS_Solution() argument
158 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() local
193 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()