Searched refs:qfunction_loc (Results 1 – 15 of 15) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | bc_slip.c | 27 problem->apply_slip.qfunction_loc = Slip_Conserv_loc; in SlipBCSetup() 29 problem->apply_slip_jacobian.qfunction_loc = Slip_Jacobian_Conserv_loc; in SlipBCSetup() 33 problem->apply_slip.qfunction_loc = Slip_Prim_loc; in SlipBCSetup() 35 problem->apply_slip_jacobian.qfunction_loc = Slip_Jacobian_Prim_loc; in SlipBCSetup() 39 problem->apply_slip.qfunction_loc = Slip_Entropy_loc; in SlipBCSetup() 41 problem->apply_slip_jacobian.qfunction_loc = Slip_Jacobian_Entropy_loc; in SlipBCSetup()
|
| H A D | bc_freestream.c | 55 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLL_loc; in FreestreamBCSetup() 57 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Conserv_HLL_loc; in FreestreamBCSetup() 61 problem->apply_freestream.qfunction_loc = Freestream_Conserv_HLLC_loc; in FreestreamBCSetup() 63 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Conserv_HLLC_loc; in FreestreamBCSetup() 71 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLL_loc; in FreestreamBCSetup() 73 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Prim_HLL_loc; in FreestreamBCSetup() 77 problem->apply_freestream.qfunction_loc = Freestream_Prim_HLLC_loc; in FreestreamBCSetup() 79 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Prim_HLLC_loc; in FreestreamBCSetup() 87 problem->apply_freestream.qfunction_loc = Freestream_Entropy_HLL_loc; in FreestreamBCSetup() 89 problem->apply_freestream_jacobian.qfunction_loc = Freestream_Jacobian_Entropy_HLL_loc; in FreestreamBCSetup() [all …]
|
| H A D | eulervortex.c | 36 problem->ics.qfunction_loc = ICsEuler_loc; in NS_EULER_VORTEX() 38 problem->apply_vol_rhs.qfunction_loc = Euler_loc; in NS_EULER_VORTEX() 40 problem->apply_vol_ifunction.qfunction_loc = IFunction_Euler_loc; in NS_EULER_VORTEX() 42 problem->apply_inflow.qfunction_loc = TravelingVortex_Inflow_loc; in NS_EULER_VORTEX() 44 problem->apply_outflow.qfunction_loc = Euler_Outflow_loc; in NS_EULER_VORTEX()
|
| H A D | newtonian.c | 284 problem->ics.qfunction_loc = ICsNewtonianIG_Conserv_loc; in NS_NEWTONIAN_IG() 286 problem->apply_vol_rhs.qfunction_loc = RHSFunction_Newtonian_loc; in NS_NEWTONIAN_IG() 288 problem->apply_vol_ifunction.qfunction_loc = IFunction_Newtonian_Conserv_loc; in NS_NEWTONIAN_IG() 290 problem->apply_vol_ijacobian.qfunction_loc = IJacobian_Newtonian_Conserv_loc; in NS_NEWTONIAN_IG() 292 problem->apply_inflow.qfunction_loc = BoundaryIntegral_Conserv_loc; in NS_NEWTONIAN_IG() 294 problem->apply_inflow_jacobian.qfunction_loc = BoundaryIntegral_Jacobian_Conserv_loc; in NS_NEWTONIAN_IG() 298 problem->ics.qfunction_loc = ICsNewtonianIG_Prim_loc; in NS_NEWTONIAN_IG() 300 problem->apply_vol_ifunction.qfunction_loc = IFunction_Newtonian_Prim_loc; in NS_NEWTONIAN_IG() 302 problem->apply_vol_ijacobian.qfunction_loc = IJacobian_Newtonian_Prim_loc; in NS_NEWTONIAN_IG() 304 problem->apply_inflow.qfunction_loc = BoundaryIntegral_Prim_loc; in NS_NEWTONIAN_IG() [all …]
|
| H A D | gaussianwave.c | 34 problem->ics.qfunction_loc = IC_GaussianWave_Conserv_loc; in NS_GAUSSIAN_WAVE() 38 problem->ics.qfunction_loc = IC_GaussianWave_Prim_loc; in NS_GAUSSIAN_WAVE() 42 problem->ics.qfunction_loc = IC_GaussianWave_Entropy_loc; in NS_GAUSSIAN_WAVE()
|
| H A D | advection.c | 111 problem->ics.qfunction_loc = ICsAdvection2d_loc; in NS_ADVECTION() 113 problem->apply_vol_rhs.qfunction_loc = RHS_Advection2d_loc; in NS_ADVECTION() 115 problem->apply_vol_ifunction.qfunction_loc = IFunction_Advection2d_loc; in NS_ADVECTION() 117 problem->apply_inflow.qfunction_loc = Advection2d_InOutFlow_loc; in NS_ADVECTION() 124 problem->ics.qfunction_loc = ICsAdvection_loc; in NS_ADVECTION() 126 problem->apply_vol_rhs.qfunction_loc = RHS_Advection_loc; in NS_ADVECTION() 128 problem->apply_vol_ifunction.qfunction_loc = IFunction_Advection_loc; in NS_ADVECTION() 130 problem->apply_inflow.qfunction_loc = Advection_InOutFlow_loc; in NS_ADVECTION()
|
| H A D | channel.c | 35 problem->ics.qfunction_loc = ICsChannel_loc; in NS_CHANNEL() 38 problem->apply_inflow.qfunction_loc = Channel_Inflow_loc; in NS_CHANNEL() 40 problem->apply_outflow.qfunction_loc = Channel_Outflow_loc; in NS_CHANNEL()
|
| H A D | shocktube.c | 38 problem->ics.qfunction_loc = ICsShockTube_loc; in NS_SHOCKTUBE() 40 problem->apply_vol_rhs.qfunction_loc = EulerShockTube_loc; in NS_SHOCKTUBE() 42 problem->apply_vol_ifunction.qfunction_loc = NULL; in NS_SHOCKTUBE()
|
| H A D | taylorgreen.c | 20 problem->ics.qfunction_loc = ICsTaylorGreen_loc; in NS_TAYLOR_GREEN()
|
| H A D | blasius.c | 258 problem->ics.qfunction_loc = ICsBlasius_loc; in NS_BLASIUS() 366 problem->apply_inflow.qfunction_loc = Blasius_Inflow_loc; in NS_BLASIUS() 368 problem->apply_inflow_jacobian.qfunction_loc = Blasius_Inflow_Jacobian_loc; in NS_BLASIUS()
|
| H A D | stg_shur14.c | 284 problem->ics.qfunction_loc = ICsStg_loc; in SetupStg() 293 problem->apply_inflow.qfunction_loc = StgShur14Inflow_loc; in SetupStg() 295 problem->apply_inflow_jacobian.qfunction_loc = StgShur14Inflow_Jacobian_loc; in SetupStg()
|
| H A D | densitycurrent.c | 34 problem->ics.qfunction_loc = ICsDC_loc; in NS_DENSITY_CURRENT()
|
| /libCEED/examples/fluids/src/ |
| H A D | setuplibceed.c | 156 …ed, CeedQFunctionCreateInterior(ceed, 1, apply_bc.qfunction, apply_bc.qfunction_loc, qf_apply_bc)); in SetupBCQFunctions() 167 …reateInterior(ceed, 1, apply_bc_jacobian.qfunction, apply_bc_jacobian.qfunction_loc, qf_apply_bc_j… in SetupBCQFunctions() 342 …CeedQFunctionCreateInterior(ceed, 1, problem->ics.qfunction, problem->ics.qfunction_loc, &qf_ics)); in SetupLibceed() 364 …ior(ceed, 1, problem->apply_vol_rhs.qfunction, problem->apply_vol_rhs.qfunction_loc, &qf_rhs_vol)); in SetupLibceed() 388 …terior(ceed, 1, problem->apply_vol_ifunction.qfunction, problem->apply_vol_ifunction.qfunction_loc, in SetupLibceed() 417 …terior(ceed, 1, problem->apply_vol_ijacobian.qfunction, problem->apply_vol_ijacobian.qfunction_loc, in SetupLibceed()
|
| H A D | differential_filter.c | 346 problem->ics.qfunction_loc = DifferentialFilter_MMS_IC_loc; in DifferentialFilterMmsICSetup()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 226 const char *qfunction_loc; member
|