Skip to content
Snippets Groups Projects
Commit 6be4457b authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[BCRSMatrix] New observer buildMode() to get at the currently active build mode

parent 7e3ff044
No related branches found
No related tags found
No related merge requests found
......@@ -1845,6 +1845,12 @@ namespace Dune {
return ready;
}
//! The currently selected build mode of the matrix.
BuildMode buildMode() const
{
return build_mode;
}
//===== query
//! return true if (i,j) is in pattern
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment