mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-15 06:17:05 +01:00
Faster halo exchange
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user