Searched refs:BUBBLE_CONTINUITY_SMOOTH (Results 1 – 3 of 3) sorted by relevance
31 BUBBLE_CONTINUITY_SMOOTH = 0, // Original continuous, smooth shape enumerator
121 case BUBBLE_CONTINUITY_SMOOTH: in Exact_AdvectionGeneric()
178 bubble_continuity_type = problem->dim == 3 ? BUBBLE_CONTINUITY_SMOOTH : BUBBLE_CONTINUITY_COSINE; in NS_ADVECTION()