Lines Matching refs:qf_sgs_dd_nodal

115   CeedQFunction       qf_sgs_dd_nodal;  in SgsDDSetupNodalEvaluation_Fused()  local
149 …tionCreateInterior(ceed, 1, ComputeSgsDDNodal_Prim, ComputeSgsDDNodal_Prim_loc, &qf_sgs_dd_nodal)); in SgsDDSetupNodalEvaluation_Fused()
152 …eateInterior(ceed, 1, ComputeSgsDDNodal_Conserv, ComputeSgsDDNodal_Conserv_loc, &qf_sgs_dd_nodal)); in SgsDDSetupNodalEvaluation_Fused()
155 …eateInterior(ceed, 1, ComputeSgsDDNodal_Entropy, ComputeSgsDDNodal_Entropy_loc, &qf_sgs_dd_nodal)); in SgsDDSetupNodalEvaluation_Fused()
164 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_sgs_dd_nodal, sgs_dd_setup_data->sgsdd_qfctx)); in SgsDDSetupNodalEvaluation_Fused()
165 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_nodal, "q", num_comp_q, CEED_EVAL_NONE)); in SgsDDSetupNodalEvaluation_Fused()
166 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_nodal, "x", num_comp_x, CEED_EVAL_INTERP)); in SgsDDSetupNodalEvaluation_Fused()
167 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_nodal, "gradient velocity", num_comp_grad_velo… in SgsDDSetupNodalEvaluation_Fused()
168 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_nodal, "anisotropy tensor", num_comp_grid_anis… in SgsDDSetupNodalEvaluation_Fused()
169 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_nodal, "inverse multiplicity", 1, CEED_EVAL_NO… in SgsDDSetupNodalEvaluation_Fused()
170 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_sgs_dd_nodal, "km_sgs", sgs_dd_data->num_comp_sgs, C… in SgsDDSetupNodalEvaluation_Fused()
172 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_sgs_dd_nodal, NULL, NULL, &op_sgs_dd_nodal)); in SgsDDSetupNodalEvaluation_Fused()
196 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_sgs_dd_nodal)); in SgsDDSetupNodalEvaluation_Fused()