Lightweight, general, scalable C++ library for finite element methods
hpc
parallel-computing
scientific-computing
high-performance-computing
amr
fem
finite-elements
computational-science
high-order
math-physics
radiuss
-
Updated
Feb 23, 2022 - C++
In these lines:
https://github.com/FEniCS/basix/blob/2d339613aba975a113b83ed7adeb872851d42f54/cpp/basix/finite-element.cpp#L322-L323
wcoeffsused to be copied into column major storage. But now that we no longer use xtensor linalg, this copy is probably no longer needed