← all records

Refactor GridManager

pitch-a780fc · in quality_of_life

Problem

GridManager currently:

  • takes the grid file path as input
  • reads the grid file
  • computes some derived connectivities
  • computes domain decomposition
  • doesn't manage anything

Only allowing for grid file path as input is blocking (test advection convergenge) from using the icon-grid-generator in memory.

Appetite

It works as is, this is merely quality of life improvements, so we don't want to invest too much time on it.

Solution

Rabbit holes

No-gos

For later