Ferrite-FEM / Ferrite-FEM/FerriteGmsh.jl
Parsing of embedded elements
Aperta
- 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.