Skip to content

[preconditioners] state dune namespace in indices

Dennis Gläser requested to merge fix/index-constant-ambiguity into master

I noticed that when using Dune-MovingMesh, there is a name clash in the Uzawa preconditioner, because mmesh is built on top of CGAL, which itself uses boost (if available only maybe). Boost also declares these indices leading to amibiguity here.

Merge request reports