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

    r631 r657  
    11#include "xml_parser_impl.hpp" 
    22#include "group_template.hpp" 
    3 #include "context.hpp" 
    4 #include "axis.hpp" 
    5 #include "domain.hpp" 
    6 #include "field.hpp" 
    7 #include "file.hpp" 
    8 #include "variable.hpp" 
    9 #include "inverse_axis.hpp" 
    10 #include "zoom_axis.hpp" 
    11 #include "interpolate_axis.hpp" 
    12 #include "zoom_domain.hpp" 
     3#include "node_type.hpp" 
    134 
    145namespace xios 
     
    3223    macro( InterpolateAxis ) 
    3324    macro( ZoomDomain ) 
     25    macro( InterpolateFromFileDomain ) 
    3426  } 
    3527} 
Note: See TracChangeset for help on using the changeset viewer.