Skip to content

Commit

Permalink
Deploying to gh-pages from @ dcc385f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Nov 7, 2023
1 parent b280116 commit 76a63f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/literate/lecture7_ex1_web.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Upon having verified the your code, run it with following parameters on Piz Dain
````julia:ex2
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 assets/literate/lecture7_ex1_web_script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end

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 lecture7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h3 id=task_4 ><a href="#task_4" class=header-anchor >Task 4</a></h3>
<p>Upon having verified the your code, run it with following parameters on Piz Daint, using one GPU:</p>
<pre><code class="julia hljs">Ra = <span class=hljs-number >1000</span>
<span class=hljs-comment ># [...]</span>
nx,ny = <span class=hljs-number >511</span>,<span class=hljs-number >1023</span>
nx,ny = <span class=hljs-number >1023</span>, <span class=hljs-number >511</span>
nt = <span class=hljs-number >4000</span>
ϵtol = <span class=hljs-number >1e-6</span>
nvis = <span class=hljs-number >50</span>
Expand Down

0 comments on commit 76a63f6

Please sign in to comment.