Ferrite-FEM / Ferrite-FEM/Tensors.jl
single contraction of two third order tensors returns scalar instead of fourth order tensor
Open
- Dominant language
- Julia
- Stars
- 182
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
This can be easily replicated with:
```julia
using Tensors, Combinatorics
e = Tensor{3, 3, Float64}((v...) -> levicivita([v...]))
e ⋅ e # 6.0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.