Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dadvection_types.h13 ADVDIF_WIND_TRANSLATION = 1, enumerator
H A Dadvection.h85 case ADVDIF_WIND_TRANSLATION: in Exact_AdvectionGeneric()
/honee/problems/
H A Dadvection.c41 if (setup_ctx->wind_type == ADVDIF_WIND_TRANSLATION) { in PRINT_ADVECTION()
479 …if (wind_type == ADVDIF_WIND_TRANSLATION && advectionic_type == ADVDIF_IC_BUBBLE_CYLINDER && wind[… in NS_ADVECTION()