Skip to content

Bugfix: Resize local matrix in DuneFunctionsOperatorAssembler

lh1887 requested to merge bugfix/matrix-size-in-dune-functions-assembler into master

Most local assemblers use the size of the local matrix as bounds in the writing for-loops. If the sizes of the local views may change between elements, using maxSize() as matrix size will lead to bugs.

Merge request reports