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/object_factory_decl.cpp

    r631 r657  
    2828  macro(CInterpolateAxis) 
    2929  macro(CZoomDomain) 
     30  macro(CInterpolateFromFileDomain) 
    3031 
    3132  macro(CFieldGroup) 
     
    4041  macro(CInterpolateAxisGroup) 
    4142  macro(CZoomDomainGroup) 
     43  macro(CInterpolateFromFileDomainGroup) 
    4244} 
Note: See TracChangeset for help on using the changeset viewer.