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/config/node_type.conf

    r631 r657  
    4747#endif //__XIOS_CZoomDomain__ 
    4848 
     49#ifdef __XIOS_CInterpolateFromFileDomain__ 
     50   DECLARE_NODE(InterpolateFromFileDomain, interpolate_from_file_domain) 
     51#endif //__XIOS_CInterpolateFromFileDomain__ 
     52 
    4953#ifdef __XIOS_CContext__ 
    5054   DECLARE_NODE_PAR(Context, context) 
Note: See TracChangeset for help on using the changeset viewer.