"Warning :: Timestep was adjusted, because of stability conditions. Time duration was approximately preserved by adjusting internal number of iterations.",
)
println(
stdout,
apporachPrefix,
"_",
dim,
" :: Required ",
this.innerIterations,
" inner iterations with dt=",
this.timestep,
)
else
this.timestep=timestep
println(
stdout,
apporachPrefix,
"_",
dim,
" :: No inner iterations required, dt=",
timestep,
)
end
else
this.timestep=timestep
end
this.timestep=timestep
end
# Currently set time step is returned.
...
...
@@ -215,19 +139,16 @@ function createCSVFile(this::Simulation{T})::String where {T}