Skip to content

[bugfix] Zero-initialize matrix before assembling entries

graeser requested to merge feature/fix-assemblebulk into master

Before the matrix was not initialized before assembling the entries. To implement this, this MR slightly extends the ISTLMatrixBackend.

Merge request reports