Skip to content

Commit 493774e

Browse files
authored
fix some spelling (#199)
1 parent f612aee commit 493774e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyro/incompressible/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def preevolve(self):
8787
self.cc_data.fill_BC("y-velocity")
8888

8989
# 1. do the initial projection. This makes sure that our original
90-
# velocity field satisties div U = 0
90+
# velocity field satisfies div U = 0
9191

9292
# next create the multigrid object. We want Neumann BCs on phi
9393
# at solid walls and periodic on phi for periodic BCs

pyro/lm_atm/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def preevolve(self):
197197
self.cc_data.fill_BC("y-velocity")
198198

199199
# 1. do the initial projection. This makes sure that our original
200-
# velocity field satisties div U = 0
200+
# velocity field satisfies div U = 0
201201

202202
# the coefficient for the elliptic equation is beta_0^2/rho
203203
coeff = 1/rho

pyro/multigrid/examples/project_periodic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
projection uses the divergence of the velocity field from the previous
2121
iteration as its source term.
2222
23-
Note: the output file created stores the original field, the poluted
23+
Note: the output file created stores the original field, the polluted
2424
field, and the recovered field.
2525
"""
2626

0 commit comments

Comments
 (0)