FEniCS/basix

Use xtensor_fixed where possible and workaround Intel compiler issue

Closed this issue · 0 comments

The Intel 'classic' compiler does not handle xt::xtensor_fixed properly. PR #242 works around this by using xt::xarray, but this is suboptimal. Would be better if this could be fixed upstream.