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

Rebuild system matrices each timestep #76

Merged
merged 9 commits into from
Jan 8, 2024

Conversation

alexanderianblair
Copy link
Contributor

@alexanderianblair alexanderianblair commented Jan 8, 2024

Fixes an issue that can occur when using CoupledCoefficients, where the coefficients can be update each timestep without the system matrices being updated accordingly.

Currently, this does so crudely by forcing a rebuild of system matrices. This obviously has a significant effect on solve times for cases which do not require such rebuilds; granular control over this is to be added in a future update.

@alexanderianblair alexanderianblair merged commit 4a737f3 into master Jan 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant