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

Optimize memory usage for stiff time integrators #184

Open
termi-official opened this issue Jan 19, 2025 · 0 comments
Open

Optimize memory usage for stiff time integrators #184

termi-official opened this issue Jan 19, 2025 · 0 comments
Labels
performance Something affecting the performance (e.g. scalability or flat runtime)

Comments

@termi-official
Copy link
Owner

Most stiff (ode) time integrators need compatible matrices for M,J and W. Usually these have the same type and the same sparsity pattern. Hence we can share data which is currently duplicated. Hence, we should add constructor for all assembled operators to construct matrices this way.

@termi-official termi-official added the performance Something affecting the performance (e.g. scalability or flat runtime) label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something affecting the performance (e.g. scalability or flat runtime)
Projects
None yet
Development

No branches or pull requests

1 participant