Closed joao-bapdm closed 3 years ago
Originally dt
is calculated on the SpaceModel
class (which has all necessary information to apply cfl). In this case the setter (and all related updates) should be done in that class. The TimeModel
class should ramain unchanged, because it only reflectes the information in SpaceModel.dt
Ok, the setter is in SpaceModel
now.
A simple setter for the timestep dt. Needed for testing the converge order in time.