Ignore:
Timestamp:
09/10/20 13:51:02 (4 years ago)
Author:
ymipsl
Message:

Big update on on going work related to data distribution and transfer between clients and servers.
Revisite of the source and store filter using "connectors".

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/element.hpp

    r1918 r1930  
    4040 
    4141    void addView(CElementView::type type, std::map<int, CArray<int,1>>& indexView) ; 
     42    void addView(CElementView::type type, std::map<int, CArray<bool,1>>& maskView) ; 
    4243    void sendToServer(CEventClient& event, const CMessage& messageHeader) ; 
    4344 
     
    5556      CLocalElement(int localRank, CEventServer& event) ; 
    5657      void recvFromClient(int localRank, CEventServer& event) ; 
    57        
     58      const CArray<size_t,1>& getGlobalIndex(void) { return globalIndex_ ;} 
    5859      void addView(CElementView::type type, CArray<int,1>& indexView) ; 
     60      void addView(CElementView::type type, CArray<bool,1>& maskView) ; 
    5961      void addFullView(void) ; 
    6062      CLocalView* getView(CElementView::type type)  
Note: See TracChangeset for help on using the changeset viewer.