Lines Matching refs:sub_ops
50 CeedOperator *sub_ops; in CreateKSPMassOperator_NewtonianStabilized() local
54 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(honee->op_rhs_ctx->op, &sub_ops)); in CreateKSPMassOperator_NewtonianStabilized()
55 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_NewtonianStabilized()
57 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_NewtonianStabilized()
60 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qfctx)); in CreateKSPMassOperator_NewtonianStabilized()
114 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
117 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(main_op, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
118 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
281 …CeedOperator *sub_ops, main_op = honee->op_ifunction ? honee->op_ifunction : honee->op_rhs_ctx->op; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
284 PetscCallCeed(ceed, CeedOperatorCompositeGetSubList(main_op, &sub_ops)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
285 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()