Ignore:
Timestamp:
07/07/15 10:46:33 (9 years ago)
Author:
mhnguyen
Message:

Implementing zooming on a domain

+) Add algorithm to do zooming on a domain
+) Remove some redundant codes

Test
+) On Curie
+) test_complete and test_client are correct

File:
1 edited

Legend:

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

    r630 r631  
    2828  void computeGlobalSourceIndex(int elementPositionInGrid, 
    2929                                const std::vector<int>& gridDestGlobalDim, 
     30                                const std::vector<int>& gridSrcGlobalDim, 
    3031                                const CArray<size_t,1>& globalIndexGridDestSendToServer, 
    3132                                std::map<size_t, std::vector<std::pair<size_t,double> > >& globaIndexWeightFromDestToSource); 
     
    5152                                                        int elementPositionInGrid, 
    5253                                                        const std::vector<int>& gridDestGlobalDim, 
     54                                                        const std::vector<int>& gridSrcGlobalDim, 
    5355                                                        const CArray<size_t,1>& globalIndexGridDestSendToServer, 
    5456                                                        CArray<size_t,1>& globalIndexDestGrid, 
Note: See TracChangeset for help on using the changeset viewer.