Searched refs:apply_vol_ifunction (Results 1 – 10 of 10) sorted by relevance
| /honee/src/ |
| H A D | setuplibceed.c | 190 if (problem->apply_vol_ifunction.qf_func_ptr) { in SetupLibceed() 193 …CeedQFunctionCreateInterior(ceed, 1, problem->apply_vol_ifunction.qf_func_ptr, problem->apply_vol_… in SetupLibceed() 195 …PetscCallCeed(ceed, CeedQFunctionSetContext(qf_ifunction_vol, problem->apply_vol_ifunction.qfctx)); in SetupLibceed()
|
| H A D | honee.c | 70 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&problem->apply_vol_ifunction.qfctx)); in HoneeDestroy()
|
| H A D | differential_filter.c | 285 …PetscCallCeed(ceed, CeedQFunctionContextGetDataRead(problem->apply_vol_ifunction.qfctx, CEED_MEM_H… in DifferentialFilterSetup() 287 …PetscCallCeed(ceed, CeedQFunctionContextRestoreDataRead(problem->apply_vol_ifunction.qfctx, &newt_… in DifferentialFilterSetup()
|
| H A D | velocity_gradient_projection.c | 85 … PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs_assemble, problem->apply_vol_ifunction.qfctx)); in VelocityGradientProjectionSetup()
|
| /honee/problems/ |
| H A D | eulervortex.c | 73 …problem->apply_vol_ifunction = (HoneeQFSpec){.qf_func_ptr = IFunction_Euler, .qf_loc = IF… in NS_EULER_VORTEX() 155 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_qfctx, &problem->apply_vol_ifunction.q… in NS_EULER_VORTEX()
|
| H A D | newtonian.c | 547 …problem->apply_vol_ifunction = (HoneeQFSpec){.qf_func_ptr = IFunction_Newtonian_Conserv, .qf_loc =… in NS_NEWTONIAN_IG() 553 …problem->apply_vol_ifunction = (HoneeQFSpec){.qf_func_ptr = IFunction_Newtonian_Prim, .qf_loc = IF… in NS_NEWTONIAN_IG() 559 …problem->apply_vol_ifunction = (HoneeQFSpec){.qf_func_ptr = IFunction_Newtonian_Entropy, .qf_loc =… in NS_NEWTONIAN_IG() 567 …(ceed, CeedQFunctionContextReferenceCopy(newtonian_ig_qfctx, &problem->apply_vol_ifunction.qfctx)); in NS_NEWTONIAN_IG()
|
| H A D | advection.c | 552 …problem->apply_vol_ifunction = (HoneeQFSpec){.qf_func_ptr = IFunction_Advection2d, .qf_lo… in NS_ADVECTION() 558 …problem->apply_vol_ifunction = (HoneeQFSpec){.qf_func_ptr = IFunction_Advection, .qf_loc … in NS_ADVECTION() 564 …eed(ceed, CeedQFunctionContextReferenceCopy(advection_qfctx, &problem->apply_vol_ifunction.qfctx)); in NS_ADVECTION()
|
| H A D | sgs_dd_model.c | 700 …PetscCallCeed(ceed, CeedQFunctionContextGetDataRead(problem->apply_vol_ifunction.qfctx, CEED_MEM_H… in SgsDDSetup() 702 …PetscCallCeed(ceed, CeedQFunctionContextRestoreDataRead(problem->apply_vol_ifunction.qfctx, &newt_… in SgsDDSetup() 708 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(problem->apply_vol_ifunction.qfctx, &sgs_dd_… in SgsDDSetup()
|
| /honee/src/smartsim/ |
| H A D | sgs_dd_training.c | 204 …PetscCallCeed(ceed, CeedQFunctionContextGetDataRead(problem->apply_vol_ifunction.qfctx, CEED_MEM_H… in SGS_DD_TrainingSetup() 206 …PetscCallCeed(ceed, CeedQFunctionContextRestoreDataRead(problem->apply_vol_ifunction.qfctx, &newt_… in SGS_DD_TrainingSetup()
|
| /honee/include/ |
| H A D | navierstokes.h | 239 HoneeQFSpec ics, apply_vol_rhs, apply_vol_ifunction, apply_vol_ijacobian; member
|