Skip to content
Snippets Groups Projects
Commit 79de89a1 authored by Markus Blatt's avatar Markus Blatt
Browse files

added copyOwnerToAll to SequentialInformation.

This function is needed in AMG to prepare the right hand side for the
coarse solver.

[[Imported from SVN: r544]]
parent 0ce669ec
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,10 @@ namespace Dune
return gli;
}
template<class V>
void copyOwnerToAll(V& v, V& v1) const
{}
SequentialInformation(const CollectiveCommunication<void*>&)
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment