gridap / gridap/CellwiseValues.jl
Brodcast not supported for StaticArrays
Open
- Dominant language
- Julia
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Broadcast is not supported now for StaticArrays (i.e. in `ArrayKernelFromBroadcastedFunction`). This is because they are not well defined for broadcasting. This why we have created the `TensorValues` package.
I think we should remove support for static arrays ? or keep them but, without support for broadcasting? In this second case, static arrays should be `NumberLike` or we treat them as regular arrays?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.