Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dadvection_types.h37 typedef struct AdvectionContext_ *AdvectionContext;
38 struct AdvectionContext_ { struct
/libCEED/examples/fluids/problems/
H A Dadvection.c268 …ontextRegisterDouble(advection_context, "timestep size", offsetof(struct AdvectionContext_, dt), 1, in NS_ADVECTION()