Skip to content

LocalAssemberTraits

Lars Bilke requested to merge github/fork/chleh/local-asm-traits into master

Created by: chleh

The struct introduced makes it possible to use the right version of Eigen's block() methods transparently for both fixed-size and dynamically allocated shape matrices.

Currently this code is not used anywhere, but will be in the TES process.

Caveat: The given implementation only works if all process variables are single-component and use the same shape functions!

Merge request reports