Skip to content

Commit

Permalink
Fix nx - ny confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Nov 7, 2023
1 parent 2db11af commit dcc385f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercise-notebooks/lecture7_ex1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Upon having verified the your code, run it with following parameters on Piz Dain

Ra = 1000
## [...]
nx,ny = 511,1023
nx,ny = 1023, 511
nt = 4000
ϵtol = 1e-6
nvis = 50
Expand Down
2 changes: 1 addition & 1 deletion exercise-notebooks/notebooks/lecture7_ex1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"source": [
"Ra = 1000\n",
"# [...]\n",
"nx,ny = 511,1023\n",
"nx,ny = 1023, 511\n",
"nt = 4000\n",
"ϵtol = 1e-6\n",
"nvis = 50\n",
Expand Down
2 changes: 1 addition & 1 deletion website/_literate/lecture7_ex1_web.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Upon having verified the your code, run it with following parameters on Piz Dain

Ra = 1000
## [...]
nx,ny = 511,1023
nx,ny = 1023, 511
nt = 4000
ϵtol = 1e-6
nvis = 50
Expand Down

0 comments on commit dcc385f

Please sign in to comment.