Home
last modified time | relevance | path

Searched refs:apply_inflow (Results 1 – 9 of 9) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dchannel.c37 problem->apply_inflow.qfunction = Channel_Inflow; in NS_CHANNEL()
38 problem->apply_inflow.qfunction_loc = Channel_Inflow_loc; in NS_CHANNEL()
102 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(channel_context, &problem->apply_inflow.qfun… in NS_CHANNEL()
H A Deulervortex.c41 problem->apply_inflow.qfunction = TravelingVortex_Inflow; in NS_EULER_VORTEX()
42 problem->apply_inflow.qfunction_loc = TravelingVortex_Inflow_loc; in NS_EULER_VORTEX()
139 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_inflow.qfunct… in NS_EULER_VORTEX()
H A Dadvection.c116 problem->apply_inflow.qfunction = Advection2d_InOutFlow; in NS_ADVECTION()
117 problem->apply_inflow.qfunction_loc = Advection2d_InOutFlow_loc; in NS_ADVECTION()
129 problem->apply_inflow.qfunction = Advection_InOutFlow; in NS_ADVECTION()
130 problem->apply_inflow.qfunction_loc = Advection_InOutFlow_loc; in NS_ADVECTION()
272 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(advection_context, &problem->apply_inflow.qf… in NS_ADVECTION()
H A Dnewtonian.c291 problem->apply_inflow.qfunction = BoundaryIntegral_Conserv; in NS_NEWTONIAN_IG()
292 problem->apply_inflow.qfunction_loc = BoundaryIntegral_Conserv_loc; in NS_NEWTONIAN_IG()
303 problem->apply_inflow.qfunction = BoundaryIntegral_Prim; in NS_NEWTONIAN_IG()
304 problem->apply_inflow.qfunction_loc = BoundaryIntegral_Prim_loc; in NS_NEWTONIAN_IG()
315 problem->apply_inflow.qfunction = BoundaryIntegral_Entropy; in NS_NEWTONIAN_IG()
316 problem->apply_inflow.qfunction_loc = BoundaryIntegral_Entropy_loc; in NS_NEWTONIAN_IG()
465 …ed, CeedQFunctionContextReferenceCopy(newtonian_ig_context, &problem->apply_inflow.qfunction_conte… in NS_NEWTONIAN_IG()
H A Dblasius.c365 problem->apply_inflow.qfunction = Blasius_Inflow; in NS_BLASIUS()
366 problem->apply_inflow.qfunction_loc = Blasius_Inflow_loc; in NS_BLASIUS()
369 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(blasius_context, &problem->apply_inflow.qfun… in NS_BLASIUS()
H A Dstg_shur14.c292 problem->apply_inflow.qfunction = StgShur14Inflow; in SetupStg()
293 problem->apply_inflow.qfunction_loc = StgShur14Inflow_loc; in SetupStg()
296 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(stg_context, &problem->apply_inflow.qfunctio… in SetupStg()
/libCEED/examples/fluids/
H A Dnavierstokes.c275 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_inflow.qfunction_context)); in main()
H A Dnavierstokes.h234 …ProblemQFunctionSpec ics, apply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian, apply_inflow, a… member
/libCEED/examples/fluids/src/
H A Dsetuplibceed.c228 …s(ceed, dim_sur, num_comp_x, num_comp_q, q_data_size_sur, jac_data_size_sur, problem->apply_inflow, in AddBCSubOperators()