Searched refs:half_width (Results 1 – 1 of 1) sorted by relevance
125 CeedScalar half_width = context->lx / 2; in Exact_AdvectionGeneric() local126 q[4] = r > half_width ? 0. : cos(2 * M_PI * r / half_width + M_PI) + 1.; in Exact_AdvectionGeneric()