Ignore:
Timestamp:
10/18/16 11:08:11 (8 years ago)
Author:
mhnguyen
Message:

Ticket 110: Implementing domain reduction to scalar

+) Add xml node for this new transformation
+) Add algorithm for this new transformation

Test
+) On Curie
+) Work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/algo_types.hpp

    r960 r976  
    1010#define __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__ 
    1111 
     12#include "scalar_algorithm_reduce_axis.hpp" 
     13#include "scalar_algorithm_extract_axis.hpp" 
     14#include "scalar_algorithm_reduce_domain.hpp" 
    1215 
    13 #include "reduce_axis_to_scalar.hpp" 
    14 #include "scalar_algorithm_reduce_axis.hpp" 
    1516#include "axis_algorithm_inverse.hpp" 
    1617#include "axis_algorithm_zoom.hpp" 
    1718#include "axis_algorithm_interpolate.hpp" 
    18 #include "domain_algorithm_zoom.hpp" 
    19 #include "domain_algorithm_interpolate.hpp" 
    20 #include "reduce_domain_to_axis.hpp" 
    2119#include "axis_algorithm_reduce_domain.hpp" 
    2220#include "axis_algorithm_transformation.hpp" 
    2321#include "axis_algorithm_extract_domain.hpp" 
    24 #include "extract_domain_to_axis.hpp" 
     22 
     23#include "domain_algorithm_zoom.hpp" 
     24#include "domain_algorithm_interpolate.hpp" 
    2525#include "domain_algorithm_compute_connectivity.hpp" 
    26 #include "compute_connectivity_domain.hpp" 
    27 #include "expand_domain.hpp" 
    2826#include "domain_algorithm_expand.hpp" 
    29 #include "extract_axis_to_scalar.hpp" 
    30 #include "scalar_algorithm_extract_axis.hpp" 
     27 
     28 
     29 
     30 
    3131 
    3232#endif // __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__ 
Note: See TracChangeset for help on using the changeset viewer.