Changeset 657 for XIOS/trunk/src/type


Ignore:
Timestamp:
07/28/15 13:37:07 (9 years ago)
Author:
mhnguyen
Message:

Making changes in domain to make sure unstructed grid work with new method of index distribution

+) Change the way define i_index and j_index of a domain
+) Remove some redundant attributes of domain
+) Adjust the way to calculate index distribution on server side

Test
+) Make some minor change to test_unstruct_complete to work with new XIOS
+) On Curie
+) All test pass and correct

File:
1 edited

Legend:

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

    r631 r657  
    2828    class CZoomDomain; 
    2929    class CZoomDomainGroup; 
     30    class CInterpolateFromFileDomainGroup; 
    3031 
    3132  template <typename T> inline string getStrType(void); 
     
    7273  macro(CZoomDomain) 
    7374  macro(CZoomDomainGroup) 
     75  macro(CInterpolateFromFileDomain) 
     76  macro(CInterpolateFromFileDomainGroup) 
    7477#undef macro 
    7578} 
Note: See TracChangeset for help on using the changeset viewer.