Skip to content
Snippets Groups Projects
Commit caa27560 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: r4369]]
parent f3bb1e59
Branches
Tags
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.
Please register or to comment