Ignore:
Timestamp:
04/26/16 16:03:58 (8 years ago)
Author:
mhnguyen
Message:

Small improvements on transformation mapping

+) Remove complex structure of transformation mapping by a simpler one

Test
+) On Curie
+) All tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/grid_transformation.hpp

    r841 r842  
    3838  typedef boost::unordered_map<size_t, std::vector<std::pair<int, std::pair<size_t,double> > > > DestinationIndexMap; 
    3939  typedef std::map<int, CArray<int,1> > SendingIndexGridSourceMap; 
    40   typedef std::map<int,std::vector<std::vector<std::pair<int,double> > > > RecvIndexGridDestinationMap; 
     40  typedef std::map<int,std::vector<std::pair<int,double> > > RecvIndexGridDestinationMap; 
     41//  typedef std::map<int,std::vector<std::vector<std::pair<int,double> > > > RecvIndexGridDestinationMap; 
    4142 
    4243public: 
Note: See TracChangeset for help on using the changeset viewer.