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