Home
last modified time | relevance | path

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

/honee/problems/
H A Dstg_shur14.c244 CeedQFunctionContext stg_qfctx; in SetupStg() local
296 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &stg_qfctx)); in SetupStg()
297 …PetscCallCeed(ceed, CeedQFunctionContextSetData(stg_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, global… in SetupStg()
298 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(stg_qfctx, CEED_MEM_HOST, FreeContextPetsc)… in SetupStg()
299 …PetscCallCeed(ceed, CeedQFunctionContextRegisterDouble(stg_qfctx, "solution time", offsetof(struct… in SetupStg()
303 problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsStg, .qf_loc = ICsStg_loc, .qfctx = stg_qfctx}; in SetupStg()
319 PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(stg_qfctx, &honee_bc->qfctx)); in SetupStg()