Searched refs:outflow_qfctx (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | bc_outflow.c | 119 CeedQFunctionContext outflow_qfctx; in OutflowBCSetup() local 151 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &outflow_qfctx)); in OutflowBCSetup() 152 …PetscCallCeed(ceed, CeedQFunctionContextSetData(outflow_qfctx, CEED_MEM_HOST, CEED_USE_POINTER, si… in OutflowBCSetup() 153 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(outflow_qfctx, CEED_MEM_HOST, FreeContextPe… in OutflowBCSetup() 163 .qfctx = outflow_qfctx, in OutflowBCSetup()
|