Ferrite-FEM / Ferrite-FEM/FerriteMeshParser.jl

Bad Dof-Ordering when using FerriteMeshParser in Ferrite#master

Aberta
#49 3 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Julia
Estrelas
4
Forks
1
Merge médio
6h 21min
PRs com merge (30d)
1

Descrição

Currently when using FerriteMeshParser to parse the .inp file I get the following stiffnes matrix:
![grafik](https://github.com/user-attachments/assets/25c10946-3cd7-4c33-83bb-3ebf85ad52fd)

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
![grafik](https://github.com/user-attachments/assets/81e495e0-4bb0-42ac-9ed7-b78686e824e0)

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?

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.