Skip to content

Commit

Permalink
Update _flow.py (#240)
Browse files Browse the repository at this point in the history
removed redundant print
  • Loading branch information
PhiSpel authored Aug 26, 2024
1 parent 5b6df62 commit 1b61c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lettuce/_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ def initialize_f_neq(flow: 'Flow'):

Pi_1 = (1.0 * flow.units.relaxation_parameter_lu * rho * S
/ flow.torch_stencil.cs ** 2)
print(flow.torch_stencil.e.device)
Q = (torch.einsum('ia,ib->iab',
[flow.torch_stencil.e, flow.torch_stencil.e])
- torch.eye(flow.stencil.d, device=flow.torch_stencil.e.device)
Expand Down

0 comments on commit 1b61c6e

Please sign in to comment.