mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2026-01-14 15:48:43 +01:00
Refactoring
This commit is contained in:
@@ -82,9 +82,6 @@ class KP07 (Simulator.BaseSimulator):
|
||||
nx, ny, \
|
||||
2, 2, \
|
||||
[None, None, None])
|
||||
|
||||
def __str__(self):
|
||||
return "Kurganov-Petrova 2007"
|
||||
|
||||
def simulate(self, t_end):
|
||||
return super().simulateRK(t_end, 2)
|
||||
|
||||
Reference in New Issue
Block a user