Skip to content
Snippets Groups Projects
Commit 31d7670d authored by Oliver Sander's avatar Oliver Sander
Browse files

Interior --> All communication seems to work

[[Imported from SVN: r1837]]
parent 8ae9fc98
No related branches found
No related tags found
No related merge requests found
......@@ -821,11 +821,18 @@ void Dune::UGGrid < dim, dimworld >::communicate (T& t, InterfaceType iftype, Co
UGDataCollector<T,P,dim>::dataArray = &t;
DDD_IFAExchange(UG::ElementIF,
UG_NS<dim>::Grid_Attr(multigrid_->grids[level]),
sizeof(P<T>),
&UGDataCollector<T,P,dim>::gather,
&UGDataCollector<T,P,dim>::scatter);
// DDD_IFAExchange(UG::ElementIF,
// UG_NS<dim>::Grid_Attr(multigrid_->grids[level]),
// sizeof(P<T>),
// &UGDataCollector<T,P,dim>::gather,
// &UGDataCollector<T,P,dim>::scatter);
DDD_IFOneway(UG::ElementVHIF,
IF_FORWARD,
sizeof(P<T>),
&UGDataCollector<T,P,dim>::gather,
&UGDataCollector<T,P,dim>::scatter);
#endif
}
......
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