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_template_decl.cpp

    r631 r657  
    11#include "object_template_impl.hpp" 
    22#include "xios_spl.hpp" 
    3 #include "field.hpp" 
    4 #include "context.hpp" 
    5 #include "file.hpp" 
    6 #include "domain.hpp" 
    7 #include "grid.hpp" 
    8 #include "axis.hpp" 
    9 #include "variable.hpp" 
    10 #include "transformation.hpp" 
    11 #include "inverse_axis.hpp" 
    12 #include "zoom_axis.hpp" 
    13 #include "interpolate_axis.hpp" 
    14 #include "zoom_domain.hpp" 
     3#include "node_type.hpp" 
    154 
    165namespace xios 
     
    2817  template class CObjectTemplate<CInterpolateAxis>; 
    2918  template class CObjectTemplate<CZoomDomain>; 
     19  template class CObjectTemplate<CInterpolateFromFileDomain>; 
    3020 
    3121  template class CObjectTemplate<CContextGroup>; 
     
    4030  template class CObjectTemplate<CInterpolateAxisGroup>; 
    4131  template class CObjectTemplate<CZoomDomainGroup>; 
     32  template class CObjectTemplate<CInterpolateFromFileDomainGroup>; 
    4233} 
Note: See TracChangeset for help on using the changeset viewer.