Lines Matching refs:qf_sgs_apply
494 CeedQFunction qf_sgs_apply; in SgsSetupNodalIFunction() local
517 …ctionCreateInterior(ceed, 1, IFunction_NodalSgs_Prim, IFunction_NodalSgs_Prim_loc, &qf_sgs_apply)); in SgsSetupNodalIFunction()
520 …reateInterior(ceed, 1, IFunction_NodalSgs_Conserv, IFunction_NodalSgs_Conserv_loc, &qf_sgs_apply)); in SgsSetupNodalIFunction()
523 …reateInterior(ceed, 1, IFunction_NodalSgs_Entropy, IFunction_NodalSgs_Entropy_loc, &qf_sgs_apply)); in SgsSetupNodalIFunction()
527 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_sgs_apply, sgs_dd_setup_data->ifunction_qfctx)); in SgsSetupNodalIFunction()
528 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_apply, "q", num_comp_q, CEED_EVAL_INTERP)); in SgsSetupNodalIFunction()
529 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_apply, "qdata", q_data_size, CEED_EVAL_NONE)); in SgsSetupNodalIFunction()
530 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_apply, "km_sgs", sgs_dd_data->num_comp_sgs, CEED_… in SgsSetupNodalIFunction()
531 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_sgs_apply, "Grad_v", num_comp_q * dim, CEED_EVAL_GRA… in SgsSetupNodalIFunction()
533 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_sgs_apply, NULL, NULL, &op_sgs_apply)); in SgsSetupNodalIFunction()
546 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_sgs_apply)); in SgsSetupNodalIFunction()