Home
last modified time | relevance | path

Searched refs:wave_phase (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.c414 CeedScalar wave_phase = 0; in NS_ADVECTION() local
455 …tionsScalar("-advection_ic_wave_phase", "Length correction", NULL, wave_phase, &wave_phase, NULL)); in NS_ADVECTION()
515 setup_context->wave_phase = wave_phase; in NS_ADVECTION()