Lines Matching refs:qfunction
283 problem->ics.qfunction = ICsNewtonianIG_Conserv; in NS_NEWTONIAN_IG()
285 problem->apply_vol_rhs.qfunction = RHSFunction_Newtonian; in NS_NEWTONIAN_IG()
287 problem->apply_vol_ifunction.qfunction = IFunction_Newtonian_Conserv; in NS_NEWTONIAN_IG()
289 problem->apply_vol_ijacobian.qfunction = IJacobian_Newtonian_Conserv; in NS_NEWTONIAN_IG()
291 problem->apply_inflow.qfunction = BoundaryIntegral_Conserv; in NS_NEWTONIAN_IG()
293 problem->apply_inflow_jacobian.qfunction = BoundaryIntegral_Jacobian_Conserv; in NS_NEWTONIAN_IG()
297 problem->ics.qfunction = ICsNewtonianIG_Prim; in NS_NEWTONIAN_IG()
299 problem->apply_vol_ifunction.qfunction = IFunction_Newtonian_Prim; in NS_NEWTONIAN_IG()
301 problem->apply_vol_ijacobian.qfunction = IJacobian_Newtonian_Prim; in NS_NEWTONIAN_IG()
303 problem->apply_inflow.qfunction = BoundaryIntegral_Prim; in NS_NEWTONIAN_IG()
305 problem->apply_inflow_jacobian.qfunction = BoundaryIntegral_Jacobian_Prim; in NS_NEWTONIAN_IG()
309 problem->ics.qfunction = ICsNewtonianIG_Entropy; in NS_NEWTONIAN_IG()
311 problem->apply_vol_ifunction.qfunction = IFunction_Newtonian_Entropy; in NS_NEWTONIAN_IG()
313 problem->apply_vol_ijacobian.qfunction = IJacobian_Newtonian_Entropy; in NS_NEWTONIAN_IG()
315 problem->apply_inflow.qfunction = BoundaryIntegral_Entropy; in NS_NEWTONIAN_IG()
317 problem->apply_inflow_jacobian.qfunction = BoundaryIntegral_Jacobian_Entropy; in NS_NEWTONIAN_IG()