Skip to content
Snippets Groups Projects
Commit 82be40dc authored by Timo Koch's avatar Timo Koch
Browse files

[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
1 merge request!1037Feature/remove grid singleton
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment