Ferrite-FEM / Ferrite-FEM/FerriteMeshParser.jl

Bad Dof-Ordering when using FerriteMeshParser in Ferrite#master

Đang mở
#49 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Julia
Star
4
Fork
1
Merge trung bình
6 giờ 21 phút
Pull request đã merge (30 ngày)
1

Mô tả

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?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.