Ignore:
Timestamp:
06/09/16 11:33:37 (8 years ago)
Author:
mhnguyen
Message:

Correcting a bug which sometimes make transformations between different size grids incorrect

+) Correct inputs of some functions
+) Add some auxilliary functions.
+) Add new test cases for test_remap

Test
+) Basic test pass
+) Single horizontal and vertical interpolation are correct
+) Chained interpolation are not correct

File:
1 edited

Legend:

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

    r868 r871  
    201201                                  srcRank, 
    202202                                  src2DstMap, 
     203                                  gridSrc, 
    203204                                  gridDst, 
    204                                   gridSrc, 
    205205                                  globalElementIndexOnProc, 
    206206                                  globaIndexWeightFromSrcToDst); 
Note: See TracChangeset for help on using the changeset viewer.