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

solve_cg: avoid use of MF z #3637

Merged
merged 18 commits into from
Nov 29, 2023

Conversation

eebasso
Copy link
Contributor

@eebasso eebasso commented Nov 17, 2023

Summary

The method solve_cg is modified so that the MF z is no longer used, thus saving on memory usage.

Additional background

This is similar to the PR that changed solve_bicgstab that avoided use of s.

@eebasso eebasso changed the title solve_cg: avoid use of z solve_cg: avoid use of MF z Nov 17, 2023
@WeiqunZhang WeiqunZhang merged commit 9b733ec into AMReX-Codes:development Nov 29, 2023
69 checks passed
guj pushed a commit to guj/amrex that referenced this pull request Dec 13, 2023
## Summary

The method `solve_cg` is modified so that the MF `z` is no longer used,
thus saving on memory usage.

## Additional background

This is similar to the PR that changed `solve_bicgstab` that avoided use
of `s`.
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.

None yet

2 participants