Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-de-montserrat committed Apr 22, 2024
1 parent 71a3637 commit 4c92845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miniapps/convection/RaisingBlob3D/RaisingBlob3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function main3D(igg; ar=1, nx=16, ny=16, nz=16, figdir="figs3D", do_vtk =false)
args,
Inf,
igg;
iterMax = 250e3,
iterMax = 100e3,
nout = 1e3,
viscosity_cutoff = (1e18, 1e24)
);
Expand Down Expand Up @@ -336,7 +336,7 @@ function main3D(igg; ar=1, nx=16, ny=16, nz=16, figdir="figs3D", do_vtk =false)
Colorbar(fig[1,4], h3)
Colorbar(fig[2,4], h4)
linkaxes!(ax1, ax2, ax3, ax4)
# save(joinpath(figdir, "$(it).png"), fig)
save(joinpath(figdir, "$(it).png"), fig)
fig
end
# ------------------------------
Expand Down

0 comments on commit 4c92845

Please sign in to comment.