Skip to content

add a dune.istl.BCRSMatrix method for arbitrary local block size

Matthew Collins requested to merge feature/arbitrary-bcrsmatrix into master

A BCRSMatrix can be constructed using

Matrix = dune.istl.BCRSMatrix( (brow,bcol) )
matrix = Matrix( (10,10),2,Matrix.random )

The solvers are still missing for more general BCRSMatrix types but this can be added later.

Edited by Andreas Dedner

Merge request reports