change save location for gifs

feat/diff_Jaguar
Nikola Sebastian Munder 2025-06-07 12:38:44 +02:00
parent 12d2e249ac
commit b675e17c88
1 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,9 @@ function animate_gray_scott(sol, N; var=:U)
data = var == :U ? u : v
Plots.heatmap(data, c=:magma, title="$var at t=$(Int(sol.t[t]))", clims=(0, 1))
end
gif(anim, "gray_scott.gif", fps=15)
gif(anim, "gif/gray_scott.gif", fps=15)
end
# set time to more than 1000
sol = AnimalFurFHN.run_simulationG((0.0, 10000.0), 256)
animate_gray_scott(sol, 256, var=:U)