Searched refs:ctx_p (Results 1 – 1 of 1) sorted by relevance
1221 CeedQFunctionContext ctx_p; in CeedOperatorMultigridLevelCreateSingle_Core() local1227 CeedCall(CeedQFunctionContextCreate(ceed, &ctx_p)); in CeedOperatorMultigridLevelCreateSingle_Core()1228 …CeedCall(CeedQFunctionContextSetData(ctx_p, CEED_MEM_HOST, CEED_OWN_POINTER, sizeof(*num_comp_p_da… in CeedOperatorMultigridLevelCreateSingle_Core()1229 CeedCall(CeedQFunctionSetContext(qf_prolong, ctx_p)); in CeedOperatorMultigridLevelCreateSingle_Core()1230 CeedCall(CeedQFunctionContextDestroy(&ctx_p)); in CeedOperatorMultigridLevelCreateSingle_Core()