Refactoring

This commit is contained in:
André R. Brodtkorb
2018-10-30 15:14:19 +01:00
parent 10d8e26108
commit e434b4e02a
20 changed files with 325 additions and 278 deletions

View File

@@ -77,9 +77,6 @@ class LxF (Simulator.BaseSimulator):
1, 1, \
[None, None, None])
def __str__(self):
return "Lax Friedrichs"
def simulate(self, t_end):
return super().simulateEuler(t_end)