Skip to content

Correct the communication in apply<forward> of NonoverlappingBlockPreconditioner

Summary

Change the communication method in apply<forward>() of NonoverlappingBlockPreconditioner from copyOwnerToAll to addOwnerCopyToOwnerCopy as in the non-templated apply() method.

This MR closes #78 (closed) and resolves a comment in !302 (merged) (where this bug was introduced)

Merge request reports