Skip to content
Snippets Groups Projects
Commit d9035fc9 authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Marked Burgers' equation as inviscid.

parent e7eed3c0
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ TODO: Contemplate allowing vector input for ICs
TODO: Discuss how wavelet details should be plotted
Urgent:
TODO: Mark Burgers' equation as inviscid
TODO: Mark Burgers' equation as inviscid -> Done
TODO: Make sure CFL number is absolute value
TODO: Make sure only ghost cells are limited for Dirichlet boundary
TODO: Move height adjustment and stretch factor into implicit solver function
......
......@@ -355,7 +355,7 @@ class LinearAdvection(Equation):
class Burgers(Equation):
"""Class for Burgers' equation.
"""Class for inviscid Burgers' equation.
Attributes
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment