Ferrite-FEM / Ferrite-FEM/FerriteGmsh.jl

Parsing of embedded elements

Open
#30 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
16
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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.

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.