Skip to content

Allocation-free n1e1 basis transformation

Daniel Bauer requested to merge bauerd/n1e1-basis-transform into master

We used to allocate one additional function per operator because it was convenient for handling edge directions in the matrix-assembly. Now we do not need that memory anymore.

Merge request reports