Home
last modified time | relevance | path

Searched refs:ics (Results 1 – 14 of 14) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dgaussianwave.c33 problem->ics.qfunction = IC_GaussianWave_Conserv; in NS_GAUSSIAN_WAVE()
34 problem->ics.qfunction_loc = IC_GaussianWave_Conserv_loc; in NS_GAUSSIAN_WAVE()
37 problem->ics.qfunction = IC_GaussianWave_Prim; in NS_GAUSSIAN_WAVE()
38 problem->ics.qfunction_loc = IC_GaussianWave_Prim_loc; in NS_GAUSSIAN_WAVE()
41 problem->ics.qfunction = IC_GaussianWave_Entropy; in NS_GAUSSIAN_WAVE()
42 problem->ics.qfunction_loc = IC_GaussianWave_Entropy_loc; in NS_GAUSSIAN_WAVE()
79 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_GAUSSIAN_WAVE()
80 problem->ics.qfunction_context = gausswave_context; in NS_GAUSSIAN_WAVE()
H A Dshocktube.c37 problem->ics.qfunction = ICsShockTube; in NS_SHOCKTUBE()
38 problem->ics.qfunction_loc = ICsShockTube_loc; in NS_SHOCKTUBE()
132 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &problem->ics.qfunction_context)); in NS_SHOCKTUBE()
134 …CeedQFunctionContextSetData(problem->ics.qfunction_context, CEED_MEM_HOST, CEED_USE_POINTER, sizeo… in NS_SHOCKTUBE()
135 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(problem->ics.qfunction_context, CEED_MEM_HO… in NS_SHOCKTUBE()
H A Dtaylorgreen.c19 problem->ics.qfunction = ICsTaylorGreen; in NS_TAYLOR_GREEN()
20 problem->ics.qfunction_loc = ICsTaylorGreen_loc; in NS_TAYLOR_GREEN()
H A Ddensitycurrent.c32 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_DENSITY_CURRENT()
33 problem->ics.qfunction = ICsDC; in NS_DENSITY_CURRENT()
34 problem->ics.qfunction_loc = ICsDC_loc; in NS_DENSITY_CURRENT()
104 problem->ics.qfunction_context = density_current_context; in NS_DENSITY_CURRENT()
H A Dchannel.c33 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_CHANNEL()
34 problem->ics.qfunction = ICsChannel; in NS_CHANNEL()
35 problem->ics.qfunction_loc = ICsChannel_loc; in NS_CHANNEL()
101 problem->ics.qfunction_context = channel_context; in NS_CHANNEL()
H A Dadvection.c110 problem->ics.qfunction = ICsAdvection2d; in NS_ADVECTION()
111 problem->ics.qfunction_loc = ICsAdvection2d_loc; in NS_ADVECTION()
123 problem->ics.qfunction = ICsAdvection; in NS_ADVECTION()
124 problem->ics.qfunction_loc = ICsAdvection_loc; in NS_ADVECTION()
260 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &problem->ics.qfunction_context)); in NS_ADVECTION()
262 …CeedQFunctionContextSetData(problem->ics.qfunction_context, CEED_MEM_HOST, CEED_USE_POINTER, sizeo… in NS_ADVECTION()
263 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(problem->ics.qfunction_context, CEED_MEM_HO… in NS_ADVECTION()
283 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->ics.qfunction_context, CEED_MEM_HOST, &se… in PRINT_ADVECTION()
306 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfunction_context, &setup_ctx)); in PRINT_ADVECTION()
H A Deulervortex.c35 problem->ics.qfunction = ICsEuler; in NS_EULER_VORTEX()
36 problem->ics.qfunction_loc = ICsEuler_loc; in NS_EULER_VORTEX()
136 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->ics.qfunction_conte… in NS_EULER_VORTEX()
151 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->ics.qfunction_context, CEED_MEM_HOST, &eu… in PRINT_EULER_VORTEX()
161 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfunction_context, &euler_ctx)); in PRINT_EULER_VORTEX()
H A Dnewtonian.c283 problem->ics.qfunction = ICsNewtonianIG_Conserv; in NS_NEWTONIAN_IG()
284 problem->ics.qfunction_loc = ICsNewtonianIG_Conserv_loc; in NS_NEWTONIAN_IG()
297 problem->ics.qfunction = ICsNewtonianIG_Prim; in NS_NEWTONIAN_IG()
298 problem->ics.qfunction_loc = ICsNewtonianIG_Prim_loc; in NS_NEWTONIAN_IG()
309 problem->ics.qfunction = ICsNewtonianIG_Entropy; in NS_NEWTONIAN_IG()
310 problem->ics.qfunction_loc = ICsNewtonianIG_Entropy_loc; in NS_NEWTONIAN_IG()
443 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &problem->ics.qfunction_context)); in NS_NEWTONIAN_IG()
445 …CeedQFunctionContextSetData(problem->ics.qfunction_context, CEED_MEM_HOST, CEED_USE_POINTER, sizeo… in NS_NEWTONIAN_IG()
446 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(problem->ics.qfunction_context, CEED_MEM_HO… in NS_NEWTONIAN_IG()
447 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(problem->ics.qfunction_context, "evaluation… in NS_NEWTONIAN_IG()
H A Dstg_shur14.c282 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in SetupStg()
283 problem->ics.qfunction = ICsStg; in SetupStg()
284 problem->ics.qfunction_loc = ICsStg_loc; in SetupStg()
285 problem->ics.qfunction_context = stg_context; in SetupStg()
343 PetscCallCeed(ceed, CeedQFunctionSetContext(*qf_strongbc, problem->ics.qfunction_context)); in SetupStrongStg_QF()
355 PetscCallCeed(ceed, CeedQFunctionSetContext(*qf_strongbc, problem->ics.qfunction_context)); in SetupStrongStg_PreProcessing()
H A Dblasius.c257 problem->ics.qfunction = ICsBlasius; in NS_BLASIUS()
258 problem->ics.qfunction_loc = ICsBlasius_loc; in NS_BLASIUS()
356 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in NS_BLASIUS()
357 problem->ics.qfunction_context = blasius_context; in NS_BLASIUS()
/libCEED/examples/fluids/src/
H A Ddifferential_filter.c345 problem->ics.qfunction = DifferentialFilter_MMS_IC; in DifferentialFilterMmsICSetup()
346 problem->ics.qfunction_loc = DifferentialFilter_MMS_IC_loc; in DifferentialFilterMmsICSetup()
H A Dsetuplibceed.c342 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, problem->ics.qfunction, problem->ics.qfun… in SetupLibceed()
343 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_ics, problem->ics.qfunction_context)); in SetupLibceed()
/libCEED/examples/fluids/
H A Dnavierstokes.c283 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfunction_context)); in main()
H A Dnavierstokes.h234 …ProblemQFunctionSpec ics, apply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian, apply_inflow, a… member