Searched refs:apply_vol_ifunction (Results 1 – 9 of 9) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | eulervortex.c | 39 problem->apply_vol_ifunction.qfunction = IFunction_Euler; in NS_EULER_VORTEX() 40 problem->apply_vol_ifunction.qfunction_loc = IFunction_Euler_loc; in NS_EULER_VORTEX() 138 …d(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_vol_ifunction.qfunction_c… in NS_EULER_VORTEX()
|
| H A D | advection.c | 114 problem->apply_vol_ifunction.qfunction = IFunction_Advection2d; in NS_ADVECTION() 115 problem->apply_vol_ifunction.qfunction_loc = IFunction_Advection2d_loc; in NS_ADVECTION() 127 problem->apply_vol_ifunction.qfunction = IFunction_Advection; in NS_ADVECTION() 128 problem->apply_vol_ifunction.qfunction_loc = IFunction_Advection_loc; in NS_ADVECTION() 271 …ed, CeedQFunctionContextReferenceCopy(advection_context, &problem->apply_vol_ifunction.qfunction_c… in NS_ADVECTION()
|
| H A D | shocktube.c | 41 problem->apply_vol_ifunction.qfunction = NULL; in NS_SHOCKTUBE() 42 problem->apply_vol_ifunction.qfunction_loc = NULL; in NS_SHOCKTUBE()
|
| H A D | newtonian.c | 287 problem->apply_vol_ifunction.qfunction = IFunction_Newtonian_Conserv; in NS_NEWTONIAN_IG() 288 problem->apply_vol_ifunction.qfunction_loc = IFunction_Newtonian_Conserv_loc; in NS_NEWTONIAN_IG() 299 problem->apply_vol_ifunction.qfunction = IFunction_Newtonian_Prim; in NS_NEWTONIAN_IG() 300 problem->apply_vol_ifunction.qfunction_loc = IFunction_Newtonian_Prim_loc; in NS_NEWTONIAN_IG() 311 problem->apply_vol_ifunction.qfunction = IFunction_Newtonian_Entropy; in NS_NEWTONIAN_IG() 312 problem->apply_vol_ifunction.qfunction_loc = IFunction_Newtonian_Entropy_loc; in NS_NEWTONIAN_IG() 463 … CeedQFunctionContextReferenceCopy(newtonian_ig_context, &problem->apply_vol_ifunction.qfunction_c… in NS_NEWTONIAN_IG()
|
| /libCEED/examples/fluids/src/ |
| H A D | setuplibceed.c | 292 if (problem->apply_vol_ifunction.qfunction && problem->uses_newtonian) { in SetupLibceed() 294 …PetscCallCeed(ceed, CeedQFunctionContextGetDataRead(problem->apply_vol_ifunction.qfunction_context… in SetupLibceed() 296 …PetscCallCeed(ceed, CeedQFunctionContextRestoreDataRead(problem->apply_vol_ifunction.qfunction_con… in SetupLibceed() 385 if (problem->apply_vol_ifunction.qfunction) { in SetupLibceed() 388 … CeedQFunctionCreateInterior(ceed, 1, problem->apply_vol_ifunction.qfunction, problem->apply_vol_i… in SetupLibceed() 390 …PetscCallCeed(ceed, CeedQFunctionSetContext(qf_ifunction_vol, problem->apply_vol_ifunction.qfuncti… in SetupLibceed()
|
| H A D | velocity_gradient_projection.c | 83 …PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs_assemble, problem->apply_vol_ifunction.qfunctio… in VelocityGradientProjectionSetup()
|
| H A D | differential_filter.c | 269 …PetscCallCeed(ceed, CeedQFunctionContextGetDataRead(problem->apply_vol_ifunction.qfunction_context… in DifferentialFilterSetup() 271 …PetscCallCeed(ceed, CeedQFunctionContextRestoreDataRead(problem->apply_vol_ifunction.qfunction_con… in DifferentialFilterSetup()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 285 … PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_ifunction.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
|