Skip to content
Snippets Groups Projects
Commit 729ec611 authored by Markus Blatt's avatar Markus Blatt
Browse files

Merge branch 'feature/matrixmarket-contiguous' into 'master'

Create sparse matrix with contiguous memory for MatrixMarket.

See merge request core/dune-istl!481
parents 55afb8cb 7b8d189d
No related branches found
No related tags found
1 merge request!481Create sparse matrix with contiguous memory for MatrixMarket.
Pipeline #44554 passed
......@@ -1014,7 +1014,7 @@ namespace Dune
istr.ignore(std::numeric_limits<std::streamsize>::max(),'\n');
matrix.setSize(blockrows, blockcols);
matrix.setSize(blockrows, blockcols, nnz);
matrix.setBuildMode(Dune::BCRSMatrix<T,A>::row_wise);
if(header.type==array_type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment