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

Reduce memory used by Solver storing intermediate matrices #366

Open
wants to merge 4 commits into
base: update_constraint_assembly
Choose a base branch
from

Conversation

ddement
Copy link
Collaborator

@ddement ddement commented Mar 3, 2025

System matrices are now assembled directly into the full system matrix, which allows the removal of a bunch of intermediate matrices and the need for two large SpAdd operations in the system solve step. The full performance improvement is documented in #365

ddement added 2 commits March 3, 2025 15:15
As a part of this, the constraints matrix assembly code was improved to
use the node freedom tables so that it more correctly identifies the system
sparsity pattern.
@ddement ddement self-assigned this Mar 3, 2025
@ddement ddement marked this pull request as ready for review March 3, 2025 23:11
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