Skip to content

Commit

Permalink
Set fwave=False in advection reaction example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Dec 2, 2024
1 parent 117522c commit 9266b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/advection_reaction_2d/advection_reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def setup(outdir='./_output'):
domain = pyclaw.Domain( (0.,0.), (1.,1.), (100,100) )
solver.num_eqn = 2
solver.num_waves = 1
solver.fwave = False
num_aux = 2
state = pyclaw.State(domain, solver.num_eqn, num_aux)

Expand Down

0 comments on commit 9266b53

Please sign in to comment.