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/grid_local_view.hpp

    r1918 r1930  
    1414      std::vector<CLocalView*> views_ ; 
    1515      std::vector<bool>& localMask_ ; 
     16      int size_ ; 
    1617     
    1718    public: 
    1819      CGridLocalView(CGridLocalElements* parent, CElementView::type type) ; 
    1920      std::vector<CLocalView*>& getViews(void) {return views_ ;} 
     21      int getSize() { return size_ ;} 
    2022  } ; 
    2123} 
Note: See TracChangeset for help on using the changeset viewer.