Ignore:
Timestamp:
07/08/15 14:27:28 (9 years ago)
Author:
mhnguyen
Message:

Moving transformation from grid source to grid destination

+) grid transformation object moved to grid destination
+) Add getter methods fro grid transformation

Test
+) On Curie
+) test_complete and test_client pass

File:
1 edited

Legend:

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

    r631 r632  
    4242  const std::map<int, CArray<int,1>* >& getLocalIndexToSendFromGridSource() const; 
    4343  const std::map<int, std::vector<std::vector<std::pair<int,double> > > >& getLocalIndexToReceiveOnGridDest() const; 
     44  CGrid* getGridSource() {return gridSource_; } 
     45  CGrid* getGridDestination() { return gridDestination_; } 
    4446 
    4547private: 
Note: See TracChangeset for help on using the changeset viewer.