#201 writeMatrixToMatlab does not work for nested matrices
Metadata
Property | Value |
---|---|
Reported by | Patrick Leidenberger (mailings.pl@gmail.com) |
Reported at | Nov 20, 2006 12:07 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Nov 20, 2006 13:19 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Nov 23, 2006 13:08 |
Closed in version | 1.1 |
Resolution | Implemented |
Comment | In dune-istl revision 692. Needs more intensive testing! |
Description
The writeMatrixToMatlab can not handle a nested BCRSMatrix, the function requires a BCRSMatrix< FieldMatrix>: Dune::writeMatrixToMatlab (const BCRSMatrix< FieldMatrix< K, BlockRowSize, BlockColSize > > &matrix, const std::string &filename)