Home
last modified time | relevance | path

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

/honee/problems/
H A Dshocktube.c86 CeedScalar mid_point = 0.5 * (domain_size[0] + domain_min[0]); in NS_SHOCKTUBE() local
89 setup_context->mid_point = mid_point; in NS_SHOCKTUBE()
/honee/qfunctions/
H A Dshocktube.h25 CeedScalar mid_point; member
75 const CeedScalar mid_point = context->mid_point; // Midpoint of the domain in Exact_ShockTube() local
88 if (x <= mid_point + 200 * CEED_EPSILON) { in Exact_ShockTube()