source: XIOS/trunk/src/node/transformation_enum.hpp @ 681

Last change on this file since 681 was 657, checked in by mhnguyen, 9 years ago

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 size: 456 bytes
Line 
1#ifndef __XIOS_TRANSFORMATION_ENUM__
2#define __XIOS_TRANSFORMATION_ENUM__
3
4namespace xios
5{
6      /// ////////////////////// Définitions ////////////////////// ///
7      typedef enum transformation_type
8      {
9        TRANS_ZOOM_AXIS,
10        TRANS_INVERSE_AXIS,
11        TRANS_INTERPOLATE_AXIS,
12        TRANS_ZOOM_DOMAIN,
13        TRANS_INTERPOLATE_DOMAIN_FROM_FILE
14      } ETranformationType;
15
16} // namespace xios
17
18#endif // __XIOS_TRANSFORMATION_ENUM__
Note: See TracBrowser for help on using the repository browser.