#932 let matrixMarket routines write squentially and read matlab files sequentially
Metadata
Property | Value |
---|---|
Reported by | Markus Blatt (markus@dr-blatt.de) |
Reported at | Jun 10, 2011 13:11 |
Type | Feature Request |
Version | 2.0 |
Operating System | Unspecified / All |
Last edited by | Markus Blatt (markus@dr-blatt.de) |
Last edited at | Jul 12, 2011 14:06 |
Closed by | Markus Blatt (markus@dr-blatt.de) |
Closed at | Jul 12, 2011 14:06 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | Added in dune-istl rev 1489 |
Description
Currently, both readMatrixMarket and writeMatrixMarket (in header dune/istl/matrixmarket.hh) assume a parallel ISTL appliction which uses and provides OwnerOverlapCopyCommunication. The latter could then easily be used to read matlab sparse matrix files. We just need to assume reasonable defaults if the matrixMarket header information is missing.