| /honee/problems/ |
| H A D | taylorgreen.c | 23 PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->ics.qfctx, CEED_MEM_HOST, &setup_ctx)); in NS_TAYLOR_GREEN() 31 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfctx, &setup_ctx)); in NS_TAYLOR_GREEN() 43 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx)); in NS_TAYLOR_GREEN() 44 problem->ics = (HoneeQFSpec){ in NS_TAYLOR_GREEN()
|
| H A D | gaussianwave.c | 71 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx)); in NS_GAUSSIAN_WAVE() 75 …problem->ics = (HoneeQFSpec){.qf_func_ptr = IC_GaussianWave_Conserv, .qf_loc = IC_GaussianWave_Con… in NS_GAUSSIAN_WAVE() 78 …problem->ics = (HoneeQFSpec){.qf_func_ptr = IC_GaussianWave_Prim, .qf_loc = IC_GaussianWave_Prim_l… in NS_GAUSSIAN_WAVE() 81 …problem->ics = (HoneeQFSpec){.qf_func_ptr = IC_GaussianWave_Entropy, .qf_loc = IC_GaussianWave_Ent… in NS_GAUSSIAN_WAVE() 84 problem->ics.qfctx = gausswave_qfctx; in NS_GAUSSIAN_WAVE()
|
| H A D | eulervortex.c | 20 PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->ics.qfctx, CEED_MEM_HOST, &euler_ctx)); in PRINT_EULER_VORTEX() 30 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfctx, &euler_ctx)); in PRINT_EULER_VORTEX() 71 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsEuler, .qf_loc = ICsEuler_… in NS_EULER_VORTEX() 153 PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_qfctx, &problem->ics.qfctx)); in NS_EULER_VORTEX()
|
| H A D | blasius.c | 147 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsBlasius, .qf_loc = ICsBlasius_loc, .qfctx = problem… in NS_BLASIUS() 218 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx)); in NS_BLASIUS() 219 problem->ics.qfctx = blasius_qfctx; in NS_BLASIUS()
|
| H A D | densitycurrent.c | 95 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx)); in NS_DENSITY_CURRENT() 96 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsDC, .qf_loc = ICsDC_loc, .qfctx = density_current_q… in NS_DENSITY_CURRENT()
|
| H A D | stg_shur14.c | 302 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx)); in SetupStg() 303 problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsStg, .qf_loc = ICsStg_loc, .qfctx = stg_qfctx}; in SetupStg() 377 PetscCallCeed(ceed, CeedQFunctionSetContext(*qf_strongbc, problem->ics.qfctx)); in SetupStrongStg_QF() 389 PetscCallCeed(ceed, CeedQFunctionSetContext(*qf_strongbc, problem->ics.qfctx)); in SetupStrongStg_PreProcessing()
|
| H A D | channel.c | 109 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx)); in NS_CHANNEL() 110 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsChannel, .qf_loc = ICsChannel_loc, .qfctx = channel… in NS_CHANNEL()
|
| H A D | advection.c | 30 PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->ics.qfctx, CEED_MEM_HOST, &setup_ctx)); in PRINT_ADVECTION() 68 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfctx, &setup_ctx)); in PRINT_ADVECTION() 550 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsAdvection2d, .qf_loc = ICs… in NS_ADVECTION() 556 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsAdvection, .qf_loc = ICsAd… in NS_ADVECTION() 562 problem->ics.qfctx = ics_qfctx; in NS_ADVECTION()
|
| H A D | shocktube.c | 116 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsShockTube, .qf_loc = ICsSh… in NS_SHOCKTUBE()
|
| H A D | newtonian.c | 545 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsNewtonianIG_Conserv, .qf_loc = ICsN… in NS_NEWTONIAN_IG() 552 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsNewtonianIG_Prim, .qf_loc = ICsNewt… in NS_NEWTONIAN_IG() 558 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsNewtonianIG_Entropy, .qf_loc = ICsN… in NS_NEWTONIAN_IG() 565 problem->ics.qfctx = ics_qfctx; in NS_NEWTONIAN_IG()
|
| /honee/src/ |
| H A D | setuplibceed.c | 143 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, problem->ics.qf_func_ptr, problem->ics.qf… in SetupLibceed() 144 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_ics, problem->ics.qfctx)); in SetupLibceed()
|
| H A D | honee.c | 68 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->ics.qfctx)); in HoneeDestroy()
|
| H A D | differential_filter.c | 375 honee->problem_data->ics = (HoneeQFSpec){ in DifferentialFilterMmsICSetup() 378 .qfctx = honee->problem_data->ics.qfctx, in DifferentialFilterMmsICSetup()
|
| /honee/include/ |
| H A D | navierstokes.h | 239 HoneeQFSpec ics, apply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian; member
|