Lines Matching refs:apply_outflow
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()
199 problem->apply_outflow.qfunction = PressureOutflow_Entropy; in OutflowBCSetup()
200 problem->apply_outflow.qfunction_loc = PressureOutflow_Entropy_loc; in OutflowBCSetup()
217 problem->apply_outflow.qfunction_context = outflow_context; in OutflowBCSetup()