Lines Matching refs:sub_ops

89     CeedOperator     *sub_ops;  in CreateKSPMassOperator_AdvectionStabilized()  local
93 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_rhs_ctx->op, &sub_ops)); in CreateKSPMassOperator_AdvectionStabilized()
94 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_AdvectionStabilized()
96 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_AdvectionStabilized()
99 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qfctx)); in CreateKSPMassOperator_AdvectionStabilized()
158 CeedOperator *sub_ops; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
161 …>op_ifunction) PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_ifunction, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
162 else PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_rhs_ctx->op, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
163 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &advection_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
315 CeedOperator *sub_ops; in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local
318 …>op_ifunction) PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_ifunction, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
319 else PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_rhs_ctx->op, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
320 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &advection_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()