Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dbc_freestream_type.h18 typedef struct OutflowContext_ *OutflowContext; typedef
H A Dbc_freestream.h178 const OutflowContext outflow = (OutflowContext)ctx; in RiemannOutflow()
253 const OutflowContext outflow = (OutflowContext)ctx; in RiemannOutflow_Jacobian()
326 const OutflowContext outflow = (OutflowContext)ctx; in PressureOutflow()
394 const OutflowContext outflow = (OutflowContext)ctx; in PressureOutflow_Jacobian()
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c136 OutflowContext outflow_ctx; in OutflowBCSetup()