Ignore:
Timestamp:
03/23/16 16:10:45 (8 years ago)
Author:
mhnguyen
Message:

Implementing dynamic interpolation on axis

+) Change grid transformation to make it more flexible
+) Make some small improvements

Test
+) On Curie
+) All test pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp

    r668 r827  
    2121} 
    2222 
    23 void CDomainAlgorithmTransformation::computeIndexSourceMapping() 
     23void CDomainAlgorithmTransformation::computeIndexSourceMapping_(const std::vector<CArray<double,1>* >& dataAuxInputs) 
    2424{ 
    2525} 
     
    3838void CDomainAlgorithmTransformation::computeGlobalGridIndexFromGlobalIndexElement(int domainDestGlobalIndex, 
    3939                                                                          const std::vector<int>& domainSrcGlobalIndex, 
     40                                                                          const std::vector<int>& destGlobalIndexPositionInGrid, 
    4041                                                                          int domainPositionInGrid, 
    4142                                                                          const std::vector<int>& gridDestGlobalDim, 
Note: See TracChangeset for help on using the changeset viewer.