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

Dem fixing resize containers #1316

Merged
merged 3 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to the Lethe project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Master] - 2024-10-11

### Fixed

- MAJOR Unexpected segmentation faults were occuring when using large simulation with aperiodic boundary condition. The cause of thuis bug was identify and fixed. It was related to the resizing of the force, torque and displacement vectors which was not considering the ghost particles when resized. [#1316](https://github.com/chaos-polymtl/lethe/pull/1316)

## [Master] - 2024-10-09

### Changed
Expand Down
Loading
Loading