Ignore:
Timestamp:
01/11/17 15:14:22 (7 years ago)
Author:
mhnguyen
Message:

Merging working version of coupler

+) Add some changes of domain and axis: Retransfer the atttributes in a generic ways for each level of client (or server)
+) Remove some spoiled files from the previous commits

Test
+) No test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/grid.hpp

    r1021 r1025  
    225225 
    226226         map<int, CArray<size_t, 1> > outIndexFromClient, compressedOutIndexFromClient; 
     227         CArray<size_t,1> indexFromClients; 
    227228         void checkMask(void); 
    228229         void createMask(void); 
     
    260261        void computeIndexByElement(const std::vector<boost::unordered_map<size_t,std::vector<int> > >& indexServerOnElement, 
    261262                                   CClientServerMapping::GlobalIndexMap& globalIndexOnServer); 
     263 
     264        void computeClientIndex(); 
     265        void computeConnectedClients(); 
    262266 
    263267      private: 
Note: See TracChangeset for help on using the changeset viewer.