Skip to content

Commit

Permalink
Fixpast
Browse files Browse the repository at this point in the history
  • Loading branch information
aadi-bh committed Nov 23, 2023
1 parent 42fcb79 commit 5468a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burgers_filtered.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def semigroup_heat(dt, k, eps):
a = 1
initial_condition = sin
rhs = burgers
visc = zero; #semigroup_heat
visc = semigroup_heat
USE_FILTER = True
tf = 0.9
dt = 0.1
Expand Down

0 comments on commit 5468a01

Please sign in to comment.