Lines Matching refs:qfctx
30 PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->ics.qfctx, CEED_MEM_HOST, &setup_ctx)); in PRINT_ADVECTION()
31 …PetscCallCeed(ceed, CeedQFunctionContextGetData(problem->apply_vol_rhs.qfctx, CEED_MEM_HOST, &adve… in PRINT_ADVECTION()
68 PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->ics.qfctx, &setup_ctx)); in PRINT_ADVECTION()
69 …PetscCallCeed(ceed, CeedQFunctionContextRestoreData(problem->apply_vol_rhs.qfctx, &advection_ctx)); in PRINT_ADVECTION()
83 CeedQFunctionContext qfctx = NULL; in CreateKSPMassOperator_AdvectionStabilized() local
99 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qfctx)); in CreateKSPMassOperator_AdvectionStabilized()
114 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_mass, qfctx)); in CreateKSPMassOperator_AdvectionStabilized()
134 PetscCallCeed(ceed, CeedQFunctionContextDestroy(&qfctx)); in CreateKSPMassOperator_AdvectionStabilized()
370 …CCreateIFunctionQF(bc_def, Advection2d_InOutFlow, Advection2d_InOutFlow_loc, honee_bc->qfctx, qf)); in AdvectionInflowBCSetup_CreateIFunctionQF()
373 …neeBCCreateIFunctionQF(bc_def, Advection_InOutFlow, Advection_InOutFlow_loc, honee_bc->qfctx, qf)); in AdvectionInflowBCSetup_CreateIFunctionQF()
562 problem->ics.qfctx = ics_qfctx; in NS_ADVECTION()
563 problem->apply_vol_rhs.qfctx = advection_qfctx; in NS_ADVECTION()
564 …eed(ceed, CeedQFunctionContextReferenceCopy(advection_qfctx, &problem->apply_vol_ifunction.qfctx)); in NS_ADVECTION()
606 PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(advection_qfctx, &honee_bc->qfctx)); in NS_ADVECTION()