Ferrite-FEM / Ferrite-FEM/Tensors.jl

Construct 2nd order tensor from vectors?

Open
#207 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
182
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Quite often, I find myself doing something like

```julia
Q = Tensor{2,3}((e1..., e2..., e3...))
```

or

```julia
e1, e2, e3 = Q[:,1], Q[:,2], Q[:,3]
```

Would it make sense to implement these conversions to Tensors.jl?

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.