Ferrite-FEM / Ferrite-FEM/FerriteMeshParser.jl
Bad Dof-Ordering when using FerriteMeshParser in Ferrite#master
- Lingua principale
- Julia
- Stelle
- 4
- Fork
- 1
- Merge medio
- 6h 21m
- PR unite (30g)
- 1
Descrizione
Currently when using FerriteMeshParser to parse the .inp file I get the following stiffnes matrix:

If I want to get a somewhat good looking matrix I have to first sort the cellsets in the Grid:
```julia
values(grid.cellsets) .|> sort!
```
I then get

My guess is that this is because we don't use OrderedCollections like Ferrite#master does, so this should probably be a pretty simple fix?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.