Faster halo exchange

This commit is contained in:
Peter Boyle
2023-10-20 19:27:13 -04:00
parent afe10ba2a2
commit e064f17346
@@ -137,8 +137,7 @@ public:
CoarseVector tin=in;
texch-=usecond();
// CoarseVector pin = Cell.Exchange(tin);
CoarseVector pin = Cell.ExchangeTest(tin);
CoarseVector pin = Cell.ExchangePeriodic(tin);
texch+=usecond();
CoarseVector pout(pin.Grid());