Ferrite-FEM / Ferrite-FEM/Tensors.jl

Third order tensors and mutable tensors

Aperta
#192 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Julia
Stelle
182
Fork
40
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hello,

I am currently working with sensitivities in multi-scale modelling.
In one case I am considering, third order tensors are used.
However, third order tensors are apparently not full supported e.g. `zero(Tensor{3,dim})` errors.
I created a quick solution for my code, but probably it would be nice to have that in general.

Furthermore, the sensitivities are computed part by part, so they are tensors that need to be adapted.
This adaption is like inserting a tensor into another tensor of higher order.
In my case I do the operation using arrays, but maybe it would also be nice to have a general solution for that like mutable tensors or functions doing the insertion.

Just two suggestions. What do you think?
I am also willing to contribute, I am just still a bit unexperienced.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.