Beispiel #1
0
 def compute_H(self, U):
     return Adios2.wave_height(U, self.water.fetch)
Beispiel #2
0
 def compute_H(self, U):
     U = np.array(U).reshape(-1)
     return Adios2.wave_height(U, self.water.get('fetch'))
Beispiel #3
0
 def compute_H(self, U):
     return Adios2.wave_height(U, self.water.fetch)