Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dstg_shur14.c227 CeedQFunctionContext stg_context; in SetupStg() local
276 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &stg_context)); in SetupStg()
277 …PetscCallCeed(ceed, CeedQFunctionContextSetData(stg_context, CEED_MEM_HOST, CEED_USE_POINTER, glob… in SetupStg()
278 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(stg_context, CEED_MEM_HOST, FreeContextPets… in SetupStg()
279 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(stg_context, "solution time", offsetof(stru… in SetupStg()
285 problem->ics.qfunction_context = stg_context; in SetupStg()
296 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(stg_context, &problem->apply_inflow.qfunctio… in SetupStg()
297 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(stg_context, &problem->apply_inflow_jacobian… in SetupStg()