Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dadvection.h144 CeedScalar cross_product[3] = {0}; in Exact_AdvectionGeneric() local
146 Cross3(skewed_barrier, inflow_to_point, cross_product); in Exact_AdvectionGeneric()
148 q[4] = cross_product[2] > boundary_threshold ? 0 : 1; in Exact_AdvectionGeneric()