Lines Matching refs:basis_q

43   CeedBasis            basis_q;  in CreateKSPMassOperator_NewtonianStabilized()  local
56 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_NewtonianStabilized()
78 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q_dot", elem_restr_q, basis_q, CEED_VECTOR_ACT… in CreateKSPMassOperator_NewtonianStabilized()
79 PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "q", elem_restr_q, basis_q, honee->q_ceed)); in CreateKSPMassOperator_NewtonianStabilized()
81 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "v", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)… in CreateKSPMassOperator_NewtonianStabilized()
82 …PetscCallCeed(ceed, CeedOperatorSetField(*op_mass, "Grad_v", elem_restr_q, basis_q, CEED_VECTOR_AC… in CreateKSPMassOperator_NewtonianStabilized()
87 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in CreateKSPMassOperator_NewtonianStabilized()
106 CeedBasis basis_q; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
131 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
155 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "q", elem_restr_q, basis_q, CEED_VECTOR_AC… in DivDiffFluxProjectionCreateRHS_Direct_NS()
156 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_volume, "Grad_q", elem_restr_q, basis_q, CEED_VECT… in DivDiffFluxProjectionCreateRHS_Direct_NS()
167 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
217 CeedBasis basis_q, basis_diff_flux_boundary; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
224 …ceCreate(ceed, honee->dm, face_orientation_label, orientation, orientation, dm_field_q, &basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
231 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_boundary, "q", elem_restr_q, basis_q, CEED_VECTOR_… in DivDiffFluxProjectionCreateRHS_Direct_NS()
232 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_boundary, "Grad_q", elem_restr_q, basis_q, CEED_VE… in DivDiffFluxProjectionCreateRHS_Direct_NS()
243 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
267 CeedBasis basis_diff_flux, basis_q; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
288 …ll(DMPlexCeedBasisCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, 0, &basis_q)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
312 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "q", elem_restr_q, basis_q, CEED_VECTOR_ACTIVE)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
313 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "Grad_q", elem_restr_q, basis_q, CEED_VECTOR_ACT… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
324 PetscCallCeed(ceed, CeedBasisDestroy(&basis_q)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()