Searched refs:apply_vol_rhs (Results 1 – 13 of 13) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | advection.c | 112 problem->apply_vol_rhs.qfunction = RHS_Advection2d; in NS_ADVECTION() 113 problem->apply_vol_rhs.qfunction_loc = RHS_Advection2d_loc; in NS_ADVECTION() 125 problem->apply_vol_rhs.qfunction = RHS_Advection; in NS_ADVECTION() 126 problem->apply_vol_rhs.qfunction_loc = RHS_Advection_loc; in NS_ADVECTION() 270 problem->apply_vol_rhs.qfunction_context = advection_context; in NS_ADVECTION() 284 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in PRINT_ADVECTION() 307 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &adv… in PRINT_ADVECTION()
|
| H A D | shocktube.c | 39 problem->apply_vol_rhs.qfunction = EulerShockTube; in NS_SHOCKTUBE() 40 problem->apply_vol_rhs.qfunction_loc = EulerShockTube_loc; in NS_SHOCKTUBE() 140 problem->apply_vol_rhs.qfunction_context = shocktube_context; in NS_SHOCKTUBE()
|
| H A D | gaussianwave.c | 64 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in NS_GAUSSIAN_WAVE() 73 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_GAUSSIAN_WAVE()
|
| H A D | eulervortex.c | 37 problem->apply_vol_rhs.qfunction = Euler; in NS_EULER_VORTEX() 38 problem->apply_vol_rhs.qfunction_loc = Euler_loc; in NS_EULER_VORTEX() 137 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_vol_rhs.qfunc… in NS_EULER_VORTEX()
|
| H A D | densitycurrent.c | 98 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in NS_DENSITY_CURRENT() 100 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 76 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in NS_CHANNEL() 95 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_CHANNEL()
|
| H A D | newtonian.c | 285 problem->apply_vol_rhs.qfunction = RHSFunction_Newtonian; in NS_NEWTONIAN_IG() 286 problem->apply_vol_rhs.qfunction_loc = RHSFunction_Newtonian_loc; in NS_NEWTONIAN_IG() 462 problem->apply_vol_rhs.qfunction_context = newtonian_ig_context; in NS_NEWTONIAN_IG() 484 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in PRINT_NEWTONIAN() 490 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in PRINT_NEWTONIAN()
|
| H A D | blasius.c | 323 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in NS_BLASIUS() 350 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in NS_BLASIUS()
|
| H A D | stg_shur14.c | 270 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in SetupStg() 272 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in SetupStg()
|
| /libCEED/examples/fluids/src/ |
| H A D | setuplibceed.c | 361 if (problem->apply_vol_rhs.qfunction) { in SetupLibceed() 364 …(ceed, CeedQFunctionCreateInterior(ceed, 1, problem->apply_vol_rhs.qfunction, problem->apply_vol_r… in SetupLibceed() 365 …PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs_vol, problem->apply_vol_rhs.qfunction_context)); in SetupLibceed()
|
| H A D | turb_spanstats.c | 391 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfunction_context, CEED_MEM… in CreateStatisticCollectionOperator() 404 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfunction_context, &new… in CreateStatisticCollectionOperator()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 284 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_rhs.qfunction_context)); in main()
|
| H A D | navierstokes.h | 234 …ProblemQFunctionSpec ics, apply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian, apply_inflow, a… member
|