mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2026-01-14 15:48:43 +01:00
Refactoring
This commit is contained in:
@@ -75,9 +75,6 @@ class HLL (Simulator.BaseSimulator):
|
||||
nx, ny, \
|
||||
1, 1, \
|
||||
[None, None, None])
|
||||
|
||||
def __str__(self):
|
||||
return "Harten-Lax-van Leer"
|
||||
|
||||
def simulate(self, t_end):
|
||||
return super().simulateEuler(t_end)
|
||||
|
||||
Reference in New Issue
Block a user