#1659 Matlab output of DynamicMatrix
Metadata
Property | Value |
---|---|
Reported by | Andreas Nüßing (a.nuessing@uni-muenster.de) |
Reported at | Jun 2, 2015 10:24 |
Type | Bug Report |
Version | Git (pre2.4) [cmake] |
Operating System | Unspecified / All |
Description
The writeMatrixToMatlab method does not compile when provided with a DynamicMatrix.
The attached patch (against the current dune-istl master 2e9dda17d48787a526049fc9ad57031124c4c7ae) adds support for this output by specializing MatrixDimension<DynamicMatrix> and adding an overload of writeMatrixToMatlabHelper.