Skip to content

Conversation

@eebasso
Copy link
Contributor

@eebasso eebasso commented Nov 17, 2023

Summary

This PR cuts the number of MFs used in solve_bicgstab, saving on memory and LocalCopy operations. In particular, the MFs ph and sh are removed.

Additional background

This is a follow up to avoid-use-of-s and other PRs to improve solve_bicgstab. My own testing has shown that this PR gives the same results as before, but regression testing should be done to verify this in all cases.

@WeiqunZhang WeiqunZhang merged commit d75c04b into AMReX-Codes:development Nov 20, 2023
guj pushed a commit to guj/amrex that referenced this pull request Dec 13, 2023
## Summary

This PR cuts the number of MFs used in `solve_bicgstab`, saving on
memory and LocalCopy operations. In particular, the MFs `ph` and `sh`
are removed.

## Additional background

This is a follow up to avoid-use-of-s and other PRs to improve
`solve_bicgstab`. My own testing has shown that this PR gives the same
results as before, but regression testing should be done to verify this
in all cases.
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.

2 participants