Home
last modified time | relevance | path

Searched refs:apply_vol_rhs (Results 1 – 13 of 13) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dadvection.c112 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 Dshocktube.c39 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 Dgaussianwave.c64 …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 Deulervortex.c37 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 Ddensitycurrent.c98 …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 Dchannel.c76 …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 Dnewtonian.c285 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 Dblasius.c323 …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 Dstg_shur14.c270 …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 Dsetuplibceed.c361 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 Dturb_spanstats.c391 …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 Dnavierstokes.c284 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_rhs.qfunction_context)); in main()
H A Dnavierstokes.h234 …ProblemQFunctionSpec ics, apply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian, apply_inflow, a… member