Postprocessing free-surface + velocity correctly
This commit is contained in:
parent
0c4bc8a69f
commit
e2b495c5a9
3 changed files with 14 additions and 14 deletions
|
@ -21,8 +21,8 @@ def read_nohead_k(path, n, k):
|
|||
|
||||
|
||||
def read_nohead_vect(path, n):
|
||||
return read_reshape(path, (-1, n, 2))
|
||||
return read_reshape(path, (-1, 2, n))
|
||||
|
||||
|
||||
def read_nohead_vect_k(path, n):
|
||||
return read_reshape(path, (-1, n, 2, k))
|
||||
return read_reshape(path, (-1, 2, n, k))
|
||||
|
|
Reference in a new issue