Ignore:
Timestamp:
06/22/15 13:36:27 (9 years ago)
Author:
mhnguyen
Message:

Final testing transfomation algorithm: inverse axis (local commit)

+) Make some minor change to make sure one element (axis or domain) be able to have several similar transformation

Test
+) On Curie
+) test_new_feature: test passed with correct data written

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/generic_algorithm_transformation.hpp

    r620 r622  
    1919                                const CArray<size_t,1>& globalIndexGridDestSendToServer, 
    2020                                std::map<size_t, std::set<size_t> >& globaIndexMapFromDestToSource); 
     21 
     22                                  /*! 
     23  Compute global index mapping from one element of destination grid to the corresponding element of source grid 
     24  */ 
     25  virtual void computeIndexSourceMapping() = 0; 
     26 
    2127protected: 
    2228  /*! 
     
    3844                                                        std::vector<CArray<size_t,1> >& globalIndexSrcGrid) = 0; 
    3945 
    40   /*! 
    41   Compute global index mapping from one element of destination grid to the corresponding element of source grid 
    42   */ 
    43   virtual void computeIndexSourceMapping() = 0; 
     46 
    4447 
    4548protected: 
Note: See TracChangeset for help on using the changeset viewer.