Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dadvection_types.h76 CeedScalar wave_frequency, wave_phase; member
H A Dadvection.h147 CeedScalar theta = context->wave_frequency * DotN(X, wind, dim) + context->wave_phase; in Exact_AdvectionGeneric()
/honee/problems/
H A Dadvection.c413 CeedScalar wave_frequency = 2 * M_PI; in NS_ADVECTION() local
454 …dvection_ic_wave_frequency", "Frequency of sine wave", NULL, wave_frequency, &wave_frequency, NULL… in NS_ADVECTION()
514 setup_context->wave_frequency = wave_frequency; in NS_ADVECTION()