Searched refs:euler_context (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | eulervortex.c | 26 CeedQFunctionContext euler_context; in NS_EULER_VORTEX() local 131 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &euler_context)); in NS_EULER_VORTEX() 132 …PetscCallCeed(ceed, CeedQFunctionContextSetData(euler_context, CEED_MEM_HOST, CEED_USE_POINTER, si… in NS_EULER_VORTEX() 133 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(euler_context, CEED_MEM_HOST, FreeContextPe… in NS_EULER_VORTEX() 134 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(euler_context, "solution time", offsetof(st… in NS_EULER_VORTEX() 136 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->ics.qfunction_conte… in NS_EULER_VORTEX() 137 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_vol_rhs.qfunc… in NS_EULER_VORTEX() 138 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_vol_ifunction… in NS_EULER_VORTEX() 139 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_inflow.qfunct… in NS_EULER_VORTEX() 140 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(euler_context, &problem->apply_outflow.qfunc… in NS_EULER_VORTEX() [all …]
|