mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2026-01-14 15:48:43 +01:00
MPI prototype
This commit is contained in:
@@ -143,4 +143,4 @@ class KP07 (Simulator.BaseSimulator):
|
||||
|
||||
def computeDt(self):
|
||||
max_dt = gpuarray.min(self.cfl_data, stream=self.stream).get();
|
||||
return max_dt*0.5**self.order
|
||||
return max_dt*0.5**(self.order-1)
|
||||
Reference in New Issue
Block a user