[python] store grid as shared_ptr instead of unique_ptr
see #150 (closed)
with this MR we explicitly set the storage type of a Grid
(not the GridView
!) to shared_ptr
.
The question is whether we should also do this for other classes...
@andreas.dedner @samuel.burbulla what is your opinion?