grids

Module Contents

Classes

Grid

IntersectionGrid

GridManager

class grids.Grid(title=None, from_grid=None, **kwargs)
reconfigure(self, **kwargs)
read(self, file_name)
write(self, file_name)
class grids.IntersectionGrid(grid1, grid2, **kwargs)

Bases: Grid

class grids.GridManager(grid1, grid2, exchange_grid=None)
prepare_exchange_grid(self, src_for_exchange_grid)
write_remapping(self, file_name, src, dst)