Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dadvection_types.h34 BUBBLE_CONTINUITY_COSINE = 3, // Use cosine wave for smoothing enumerator
H A Dadvection.h132 case BUBBLE_CONTINUITY_COSINE: 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()