Skip to content

Bad Dof-Ordering when using FerriteMeshParser in Ferrite#master #49

@Joroks

Description

@Joroks

Currently when using FerriteMeshParser to parse the .inp file I get the following stiffnes matrix:
grafik

If I want to get a somewhat good looking matrix I have to first sort the cellsets in the Grid:

values(grid.cellsets) .|> sort!

I then get
grafik

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions