Skip to content

Commit

Permalink
[discretizers.ipld3g] preliminary h1 product
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Keil committed Nov 30, 2022
1 parent 797817d commit caa75d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pymor/discretizers/dunegdt/ipld3g.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,9 @@ def make_coupling_contributions_nonparametric_part():
weighted_h1_semi_penalty_product_ops[I][I] += local_weighted_h1_semi_penalty_prod
products = {
'l2': BlockOperator(local_l2_ops),
'weighted_h1_semi_penalty': BlockOperator(weighted_h1_semi_penalty_product_ops)
'weighted_h1_semi_penalty': BlockOperator(weighted_h1_semi_penalty_product_ops),
'h1': BlockOperator(local_l2_ops) + BlockOperator(weighted_h1_semi_penalty_product_ops)
# check whether this is the h1 product
}

coupling_op = BlockOperator(coupling_ops)
Expand Down

0 comments on commit caa75d4

Please sign in to comment.