project-asgard / asgard

MIT License
27 stars 20 forks source link

Discretization class #723

Closed mkstoyanov closed 3 months ago

mkstoyanov commented 3 months ago

Moved the logic of initialization of the grid, initial conditions and so on into a discretization class. The time-steeping now operates on top of that class. There are several advantages to the refactor: