Skip to content

Commit

Permalink
Dual types work for PartialT
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeR227 committed Dec 9, 2024
1 parent 80bdec5 commit 1f9086d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/deca/deca_acset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ op1_operators = [
Operator(:Form0, :Form0, :∂ₜ, [:dt]),
Operator(:Form1, :Form1, :∂ₜ, [:dt]),
Operator(:Form2, :Form2, :∂ₜ, [:dt]),
Operator(:DualForm0, :DualForm0, :∂ₜ, [:dt]),
Operator(:DualForm1, :DualForm1, :∂ₜ, [:dt]),
Operator(:DualForm2, :DualForm2, :∂ₜ, [:dt]),

# Rules for d.
Operator(:Form1, :Form0, :d₀, [:d]),
Expand Down

0 comments on commit 1f9086d

Please sign in to comment.