Skip to content

Commit

Permalink
Remove old rules
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeR227 committed Jul 1, 2024
1 parent e1fa772 commit 97a4759
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/deca/deca_acset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@ op2_inf_rules_2D = vcat(op2_inf_rules_1D, [
(src_type = :Form0, tgt_type = :Form0, resolved_name = :∇²₀, op = :∇²),
(src_type = :Form1, tgt_type = :Form1, resolved_name = :∇²₁, op = :∇²),
(src_type = :Form2, tgt_type = :Form2, resolved_name = :∇²₂, op = :∇²),
# (src_type = :Form0, tgt_type = :Form0, resolved_name = :Δ₀, op = :lapl),
# (src_type = :Form1, tgt_type = :Form1, resolved_name = :Δ₁, op = :lapl),
# (src_type = :Form1, tgt_type = :Form1, resolved_name = :Δ₂, op = :lapl)]

# TODO: Change resolved to AVG_01
(src_type = :Form0, tgt_type = :Form1, resolved_name = :avg₀₁, op = NOFORM_AVG)]
Expand Down

0 comments on commit 97a4759

Please sign in to comment.