Add -DDUNE_CHECK_BOUNDS=ON to debug flags
What this MR does / why does DuMux need it:
Dune by default doesn't check bounds on access for its vector types. This behavior can be activated with the compile definition of DUNE_CHECK_BOUNDS
. For Debug build types it's useful to perform this check.
Edited by Timo Koch