Ferrite.jl
Ferrite.jl copied to clipboard
Sum factorization techniques for tensor-product elements
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.