-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DO NOT MERGE] Comparison of main + original #1
base: original
Are you sure you want to change the base?
Conversation
…ter - still needs testing
Is there a specific reason you've chosen to treat edges/corners/MPI domain edges with separate loops rather than using ghost points? |
The reason that edges etc were done in this way, rather than multiplying by zero for e.g., was to replicate the floating point operations exactly. So there are the same number of multiplications, and no reference to precomputed values or changing the indexing of the vectors. |
To what end? Are we wanting to compare the performance of the matrix and matrix-free versions that precisely? |
This PR is to compare and discuss the matrix-free, stencil version of the original HPCG