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