Searched refs:qf_sgs_dd_nodal (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | sgs_dd_model.c | 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() [all …]
|