Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dadvection_types.h31 BUBBLE_CONTINUITY_SMOOTH = 0, // Original continuous, smooth shape enumerator
H A Dadvection.h121 case BUBBLE_CONTINUITY_SMOOTH: in Exact_AdvectionGeneric()
/libCEED/examples/fluids/problems/
H A Dadvection.c178 bubble_continuity_type = problem->dim == 3 ? BUBBLE_CONTINUITY_SMOOTH : BUBBLE_CONTINUITY_COSINE; in NS_ADVECTION()