Skip to content

[staggered][localjacobian] Store reference instead of copy

Kilian Weishaupt requested to merge fix/improve-assembly into next
  • globalFaceVars were accidentally stored as a copy
  • this lead to an non-linear increase of assembly time w.r.t the the number of elements
  • storing a reference greatly speeds up assembly

Merge request reports