Lines Matching refs:qf_rhs_boundary
173 CeedQFunction qf_rhs_boundary; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
182 &qf_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
186 &qf_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
190 &qf_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
195 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_rhs_boundary, newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
196 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "q", num_comp_q, CEED_EVAL_INTERP)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
197 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "Grad_q", num_comp_q * dim, CEED_EVAL_G… in DivDiffFluxProjectionCreateRHS_Direct_NS()
198 … PetscCallCeed(ceed, CeedQFunctionAddInput(qf_rhs_boundary, "qdata", q_data_size, CEED_EVAL_NONE)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
199 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_rhs_boundary, "diffusive flux RHS", projection->num_… in DivDiffFluxProjectionCreateRHS_Direct_NS()
230 … PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_rhs_boundary, NULL, NULL, &op_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
250 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_rhs_boundary)); in DivDiffFluxProjectionCreateRHS_Direct_NS()