Ignore:
Timestamp:
01/03/21 18:00:43 (3 years ago)
Author:
ymipsl
Message:

Adapt transformation algorithm to new infrastructure (on going...)

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.cpp

    r1984 r1999  
    1111                       : srcView_(srcView), dstView_(dstView), localComm_(localComm), remoteSize_(remoteSize)  
    1212  {} 
     13 
     14  CGridRemoteConnector::CGridRemoteConnector(vector<CLocalView*>& srcView, vector<CLocalView*>& dstView, MPI_Comm localComm, int remoteSize)  
     15                       : srcView_(srcView), localComm_(localComm), remoteSize_(remoteSize)  
     16  { 
     17    for(auto& it : dstView) dstView_.push_back((CDistributedView*) it) ;  
     18  } 
    1319 
    1420  void CGridRemoteConnector::computeConnector(void) 
Note: See TracChangeset for help on using the changeset viewer.