Lines Matching refs:basis_q

81   CeedBasis            basis_q;  in CreateKSPMassOperator_AdvectionStabilized()  local
95 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_AdvectionStabilized()
124 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q_dot", elem_restr_q, basis_q, CEED_VECTOR_ACT… in CreateKSPMassOperator_AdvectionStabilized()
125 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_AdvectionStabilized()
127 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "v", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)… in CreateKSPMassOperator_AdvectionStabilized()
128 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "Grad_v", elem_restr_q, basis_q, CEED_VECTOR_AC… in CreateKSPMassOperator_AdvectionStabilized()
133 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in CreateKSPMassOperator_AdvectionStabilized()
171 CeedBasis basis_diff_flux = NULL, basis_q; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
175 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
196 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "Grad_q", elem_restr_q, basis_q, CEED_VECT… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
205 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
252 CeedBasis basis_q, basis_diff_flux_boundary; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
259 …ceCreate(ceed, honee->dm, face_orientation_label, orientation, orientation, dm_field_q, &basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
266 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_boundary, "Grad_q", elem_restr_q, basis_q, CEED_VE… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
277 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
301 CeedBasis basis_diff_flux, basis_q; in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local
323 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
344 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "Grad_q", elem_restr_q, basis_q, CEED_VECTOR_ACT… in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
351 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()