Lines Matching refs:elem_restr_q

120 …tion elem_restr_inv_multiplicity, elem_restr_grad_velo, elem_restr_sgs, elem_restr_q, elem_restr_x;  in SgsDDSetupNodalEvaluation_Fused()  local
126 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SgsDDSetupNodalEvaluation_Fused()
128 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_q, &num_comp_q)); in SgsDDSetupNodalEvaluation_Fused()
173 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "q", elem_restr_q, CEED_BASIS_NONE, hone… in SgsDDSetupNodalEvaluation_Fused()
192 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SgsDDSetupNodalEvaluation_Fused()
318 elem_restr_dd_outputs, elem_restr_q; in SgsDDSetupNodalEvaluation_Sequential() local
378 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SgsDDSetupNodalEvaluation_Sequential()
421 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inputs, "q", elem_restr_q, CEED_BASIS_NONE, hon… in SgsDDSetupNodalEvaluation_Sequential()
485 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SgsDDSetupNodalEvaluation_Sequential()
498 CeedElemRestriction elem_restr_qd, elem_restr_q; in SgsSetupNodalIFunction() local
503 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SgsSetupNodalIFunction()
534 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_apply, "q", elem_restr_q, basis_q, CEED_VECTOR_ACT… in SgsSetupNodalIFunction()
537 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_apply, "Grad_v", elem_restr_q, basis_q, CEED_VECTO… in SgsSetupNodalIFunction()
547 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SgsSetupNodalIFunction()
656 CeedElemRestriction elem_restr_q; in SgsDDSetup() local
659 …emRestrictionCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &elem_restr_q)); in SgsDDSetup()
662 …GradientProjectionSetup(ceed, honee, problem, honee->phys->state_var, elem_restr_q, basis_q, &grad… in SgsDDSetup()
663 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_q)); in SgsDDSetup()