Skip to content

Fix/use auto id set type

Timo Koch requested to merge fix/use-auto-id-set-type into master

Ids are not generally convertible to int. This fails e.g. for yasp grids that uses Dune::bigunsignedint. Further remark: Incrementing an Id might not always be possible. Ids are also not guaranteed to be contiguous. We should think about another method here!

Merge request reports