Lines Matching refs:apply_outflow_jacobian
167 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Conserv; in OutflowBCSetup()
168 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Conserv_loc; in OutflowBCSetup()
173 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Prim; in OutflowBCSetup()
174 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Prim_loc; in OutflowBCSetup()
179 problem->apply_outflow_jacobian.qfunction = RiemannOutflow_Jacobian_Entropy; in OutflowBCSetup()
180 problem->apply_outflow_jacobian.qfunction_loc = RiemannOutflow_Jacobian_Entropy_loc; in OutflowBCSetup()
189 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Conserv; in OutflowBCSetup()
190 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Conserv_loc; in OutflowBCSetup()
195 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Prim; in OutflowBCSetup()
196 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Prim_loc; in OutflowBCSetup()
201 problem->apply_outflow_jacobian.qfunction = PressureOutflow_Jacobian_Entropy; in OutflowBCSetup()
202 problem->apply_outflow_jacobian.qfunction_loc = PressureOutflow_Jacobian_Entropy_loc; in OutflowBCSetup()
218 …ed, CeedQFunctionContextReferenceCopy(outflow_context, &problem->apply_outflow_jacobian.qfunction_… in OutflowBCSetup()