Searched refs:advection_context (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | advection.c | 96 CeedQFunctionContext advection_context; in NS_ADVECTION() local 265 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &advection_context)); in NS_ADVECTION() 266 …PetscCallCeed(ceed, CeedQFunctionContextSetData(advection_context, CEED_MEM_HOST, CEED_USE_POINTER… in NS_ADVECTION() 267 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(advection_context, CEED_MEM_HOST, FreeConte… in NS_ADVECTION() 268 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(advection_context, "timestep size", offseto… in NS_ADVECTION() 270 problem->apply_vol_rhs.qfunction_context = advection_context; in NS_ADVECTION() 271 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(advection_context, &problem->apply_vol_ifunc… in NS_ADVECTION() 272 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(advection_context, &problem->apply_inflow.qf… in NS_ADVECTION()
|