Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dadvection.h166 CeedScalar bl_height = ly * context->bl_height_factor; in Exact_AdvectionGeneric() local
167 if (y > bl_height) q[4] = 1; in Exact_AdvectionGeneric()
168 else q[4] = y / bl_height; in Exact_AdvectionGeneric()