Ignore:
Timestamp:
09/15/15 17:31:13 (9 years ago)
Author:
mhnguyen
Message:

Modifying the interface of interpolation domain

+) Change node name from interpolate_from_file_domain to interpolate_domain and add some new atrributes
+) Add more tests into test_remap

Test
+) On Curie
+) test_remap works for direct weight calculation and reading weight calculation from file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/type/type_util.hpp

    r687 r689  
    2828    class CZoomDomain; 
    2929    class CZoomDomainGroup; 
    30     class CInterpolateFromFileDomain; 
    31     class CInterpolateFromFileDomainGroup; 
     30    class CInterpolateDomain; 
     31    class CInterpolateDomainGroup; 
    3232    class CGenerateRectilinearDomain; 
    3333    class CGenerateRectilinearDomainGroup; 
     
    7676  macro(CZoomDomain) 
    7777  macro(CZoomDomainGroup) 
    78   macro(CInterpolateFromFileDomain) 
    79   macro(CInterpolateFromFileDomainGroup) 
     78  macro(CInterpolateDomain) 
     79  macro(CInterpolateDomainGroup) 
    8080  macro(CGenerateRectilinearDomain) 
    8181  macro(CGenerateRectilinearDomainGroup) 
Note: See TracChangeset for help on using the changeset viewer.