Ferrite-FEM/Ferrite.jl
View on GitHubSum factorization techniques for tensor-product elements
Open
#389 opened on Oct 12, 2021
good first issuehelp wantedperformance
Repository metrics
- Stars
- (439 stars)
- PR merge metrics
- (PR metrics pending)
Description
Assembly performance of tensor-product elements (we currently just have Lagrange polynomials on RefCube's) can be improved via tensor-product assembly. Thic technique is often called sum-factorization (e.g. [1-2]). Here we rearrange the summation when building the local stiffness matrix. Technically we can also do this on simplices, see e.g. [3].
TODO here is to provide an example and maybe make internal modifications if required. This technique is not too important for low-order basis functions, because it primarily decreases the evaluation complexity.