Searched refs:apply_outflow (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 165 problem->apply_outflow.qfunction = RiemannOutflow_Conserv; in OutflowBCSetup() 166 problem->apply_outflow.qfunction_loc = RiemannOutflow_Conserv_loc; in OutflowBCSetup() 171 problem->apply_outflow.qfunction = RiemannOutflow_Prim; in OutflowBCSetup() 172 problem->apply_outflow.qfunction_loc = RiemannOutflow_Prim_loc; in OutflowBCSetup() 177 problem->apply_outflow.qfunction = RiemannOutflow_Entropy; in OutflowBCSetup() 178 problem->apply_outflow.qfunction_loc = RiemannOutflow_Entropy_loc; in OutflowBCSetup() 187 problem->apply_outflow.qfunction = PressureOutflow_Conserv; in OutflowBCSetup() 188 problem->apply_outflow.qfunction_loc = PressureOutflow_Conserv_loc; in OutflowBCSetup() 193 problem->apply_outflow.qfunction = PressureOutflow_Prim; in OutflowBCSetup() 194 problem->apply_outflow.qfunction_loc = PressureOutflow_Prim_loc; in OutflowBCSetup() [all …]
|
| H A D | channel.c | 39 problem->apply_outflow.qfunction = Channel_Outflow; in NS_CHANNEL() 40 problem->apply_outflow.qfunction_loc = Channel_Outflow_loc; in NS_CHANNEL() 103 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(channel_context, &problem->apply_outflow.qfu… in NS_CHANNEL()
|
| H A D | eulervortex.c | 43 problem->apply_outflow.qfunction = Euler_Outflow; in NS_EULER_VORTEX() 44 problem->apply_outflow.qfunction_loc = Euler_Outflow_loc; in NS_EULER_VORTEX() 140 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_outflow.qfunc… in NS_EULER_VORTEX()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 277 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_outflow.qfunction_context)); in main()
|
| H A D | navierstokes.h | 234 …pply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian, apply_inflow, apply_outflow, apply_freestr… member
|
| /libCEED/examples/fluids/src/ |
| H A D | setuplibceed.c | 241 …(ceed, dim_sur, num_comp_x, num_comp_q, q_data_size_sur, jac_data_size_sur, problem->apply_outflow, in AddBCSubOperators()
|