Skip to content

Feature/blocklevel detection

Timo Koch requested to merge feature/blocklevel-detection into master

Proposal for extending !168 (closed) to MultiTypeBlockMatrix. As the blockLevel for MultiTypeBlockMatrix is sometimes not uniquely determined this proposed three functions minBlockLevel, maxBlockLevel and blockLevel. The first two always work. The last one is only enabled if the first two return equal levels. There is an additional function constexpr bool hasUniqueBlockLevel() which checks this condition at compile time.

Depends on the fix in hybrid utilities dune-common!794 (merged)

Edited by Timo Koch

Merge request reports