Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mbkuhn mbkuhn released this 04 Jun 22:40
· 4 commits to main since this release
d25aa54

New timestepping capabilities

  • adaptive timestepping is now possible. This is controlled by each individual solver and regulated by exawind-driver to ensure that every time step is constent. It chooses the minimum dt between the solvers and sets this as the time step for all solvers.
  • max_time can be set to dictate when an exawind simulation will complete, instead of only being able to specify the number of time steps in a simulation.