Overhaul grid creation and mapping process
* GridMapper is now called internally by the constructor of GridCreator. The object is not returned by the creator anymore. * Specialize GridMappers for 'gmsh' and 'rectangular' grids and derive them from GridMapperBase * GridMapper now reads the mapping H5 file * The grid is now retrieved from GridCreator * Local element and boundary index maps are now retrieved from GridCreator * Adapt simulations to expect GridCreator as argument Minor changes: * Store file name in H5File * Add free function for lowercasing strings * Add logger to GridMapper
Showing
This diff is collapsed.
Please register or sign in to comment