Ferrite-FEM / Ferrite-FEM/FerriteGmsh.jl

Parsing of embedded elements

Aperta
#30 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Julia
Stelle
16
Fork
7
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Currently parsing of embedded elements (e.g. Triangles in 3D) does not fully work. As a hotfix I have

```julia
try
togrid("/home/dogiermann/untitled.msh")
catch
end
nodes = tonodes();
elements, gmsh_elementidx = toelements(2);
grid = Grid(elements, nodes);
```

but I think it would be nice to have a proper solution.

For me this is important to allow parsing of mixed-dimensional problems later on.

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.