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