Ferrite-FEM / Ferrite-FEM/Tensors.jl

single contraction of two third order tensors returns scalar instead of fourth order tensor

Open
#227 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.