Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assembly of Stiffness Matrix crashes for really large systems #269

Open
1 task
ChristophSmoch opened this issue Nov 15, 2023 · 0 comments
Open
1 task
Assignees
Labels
bug Something isn't working

Comments

@ChristophSmoch
Copy link
Contributor

For really large systems (json and mesh attached) the assembly of the stiffness matrix crashes. In Assembler.cpp, triplet_count is initialized as int, and overflowing ( in this case >3 billion triplets). If everything in Assembler.cpp is instead initialized as long int, there is still a segfault.

exampleAssemblyCrash.zip

Platform

  • Linux
@ChristophSmoch ChristophSmoch added the bug Something isn't working label Nov 15, 2023
@teseoch teseoch self-assigned this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants