Open KnutAM opened 1 year ago
Use increasing time steps for transient heatflow example and in an example in the docstring for FixedTimeStepper. E.g. t = t_total*(collect(range(0,1,num_steps)).^2)
t = t_total*(collect(range(0,1,num_steps)).^2)
Use increasing time steps for transient heatflow example and in an example in the docstring for FixedTimeStepper. E.g.
t = t_total*(collect(range(0,1,num_steps)).^2)