Searched refs:apply_inflow_jacobian (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 293 problem->apply_inflow_jacobian.qfunction = BoundaryIntegral_Jacobian_Conserv; in NS_NEWTONIAN_IG() 294 problem->apply_inflow_jacobian.qfunction_loc = BoundaryIntegral_Jacobian_Conserv_loc; in NS_NEWTONIAN_IG() 305 problem->apply_inflow_jacobian.qfunction = BoundaryIntegral_Jacobian_Prim; in NS_NEWTONIAN_IG() 306 problem->apply_inflow_jacobian.qfunction_loc = BoundaryIntegral_Jacobian_Prim_loc; in NS_NEWTONIAN_IG() 317 problem->apply_inflow_jacobian.qfunction = BoundaryIntegral_Jacobian_Entropy; in NS_NEWTONIAN_IG() 318 problem->apply_inflow_jacobian.qfunction_loc = BoundaryIntegral_Jacobian_Entropy_loc; in NS_NEWTONIAN_IG() 466 …CeedQFunctionContextReferenceCopy(newtonian_ig_context, &problem->apply_inflow_jacobian.qfunction_… in NS_NEWTONIAN_IG()
|
| H A D | blasius.c | 367 problem->apply_inflow_jacobian.qfunction = Blasius_Inflow_Jacobian; in NS_BLASIUS() 368 problem->apply_inflow_jacobian.qfunction_loc = Blasius_Inflow_Jacobian_loc; in NS_BLASIUS() 370 …eed, CeedQFunctionContextReferenceCopy(blasius_context, &problem->apply_inflow_jacobian.qfunction_… in NS_BLASIUS()
|
| H A D | stg_shur14.c | 294 problem->apply_inflow_jacobian.qfunction = StgShur14Inflow_Jacobian; in SetupStg() 295 problem->apply_inflow_jacobian.qfunction_loc = StgShur14Inflow_Jacobian_loc; in SetupStg() 297 …ed(ceed, CeedQFunctionContextReferenceCopy(stg_context, &problem->apply_inflow_jacobian.qfunction_… in SetupStg()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 276 …PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_inflow_jacobian.qfunction_context)… in main()
|
| H A D | navierstokes.h | 235 apply_inflow_jacobian, apply_outflow_jacobian, apply_freestream_jacobian, apply_slip_jacobian; member
|
| /libCEED/examples/fluids/src/ |
| H A D | setuplibceed.c | 229 … problem->apply_inflow_jacobian, &qf_apply_inflow, &qf_apply_inflow_jacobian)); in AddBCSubOperators()
|