[io][gridmanager] Implement grid manager and grid data classes without singleton
Implement a grid manager class that creates grids and a grid data object. The new class is no longer a singleton. It is instantiated by the user. It is possible to get a shared_ptr to the grid data to pass it on to e.g. problem / spatial parameter classes. * No longer sets the overlap automatically (overlap to be checked by the grid geometry) * Does not depend on discretization method or TypeTag anymore Joint work with Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
parent
8fc39955
No related branches found
No related tags found
Showing
- dumux/io/grid/gmshgriddatahandle.hh 188 additions, 0 deletionsdumux/io/grid/gmshgriddatahandle.hh
- dumux/io/grid/griddata.hh 210 additions, 0 deletionsdumux/io/grid/griddata.hh
- dumux/io/grid/gridmanager.hh 1285 additions, 0 deletionsdumux/io/grid/gridmanager.hh
- dumux/io/gridcreator.hh 4 additions, 77 deletionsdumux/io/gridcreator.hh
- test/freeflow/navierstokes/test_donea.cc 8 additions, 4 deletionstest/freeflow/navierstokes/test_donea.cc
- test/io/gridcreator/gridcreatortests.hh 43 additions, 46 deletionstest/io/gridcreator/gridcreatortests.hh
Loading
Please register or sign in to comment