Skip to content

single row/col matrices and stokes demo added

Praetorius, Simon requested to merge feature/single-row-col into master

This MR corrects the hierarchic access of matrices and vector by implementing a single function using is constexpr and recursion rules based on blocking structures. Thereby a matrix is (blocked x flat) is classified as single-column matrix and (flat x blocked) as single-row matrix.

Merge request reports