Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dadvection.h257 CEED_QFUNCTION_HELPER CeedScalar Tau(AdvectionContext context, const State s, const CeedScalar *dXd… in Tau()
290 AdvectionContext context = (AdvectionContext)ctx; in IFunction_AdvectionGeneric()
373 AdvectionContext context = (AdvectionContext)ctx; in MassFunction_AdvectionGeneric()
428 AdvectionContext context = (AdvectionContext)ctx; in RHSFunction_AdvectionGeneric()
516 AdvectionContext context = (AdvectionContext)ctx; in Advection_InOutFlowGeneric()
H A Dadvection_types.h37 typedef struct AdvectionContext_ *AdvectionContext; typedef
/libCEED/examples/fluids/problems/
H A Dadvection.c95 AdvectionContext advection_ctx; in NS_ADVECTION()
280 AdvectionContext advection_ctx; in PRINT_ADVECTION()