Skip to content

Commit

Permalink
changing name again....
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrown1995 committed Jul 27, 2023
1 parent 8b7a8c6 commit 2545938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/compressible/straka_bubble.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

# Transport schemes
theta_opts = SUPGOptions()
transported_fields = [TrapeziodalMethod(domain, "u"),
transported_fields = [TrapeziumRule(domain, "u"),
SSPRK3(domain, "rho"),
SSPRK3(domain, "theta", options=theta_opts)]
transport_methods = [DGUpwind(eqns, "u"),
Expand Down

0 comments on commit 2545938

Please sign in to comment.