rath3t / dune-iga

A DUNE grid implementation with NURBS as ansatz functions.
https://rath3t.github.io/dune-iga-doc/
Other
1 stars 1 forks source link

IbraReader should return a unique_ptr instead of shared_ptr #32

Closed henrij22 closed 11 months ago

henrij22 commented 11 months ago

Grid readers in dune-grid are implemented in such a way, that they return a unique_ptr to the grid and not a shared_ptr.

Todo: