Skip to content

Commit

Permalink
Update karman_vortex_street.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhaoliang authored Oct 10, 2022
1 parent 732cc10 commit 156888e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/taichi/examples/simulation/karman_vortex_street.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ def solve(self):
gui.set_image(img)
gui.show()

def pass_to_py(self):
return self.vel.to_numpy()[:, :, 0]


if __name__ == '__main__':
lbm = lbm_solver(801, 201, 0.01, [0, 0, 1, 0],
Expand Down

0 comments on commit 156888e

Please sign in to comment.