source: XIOS/trunk/src/transformation/algo_types.hpp @ 895

Last change on this file since 895 was 895, checked in by mhnguyen, 8 years ago

Adding a new transformation: Reduce a domain to an axis

Test
+) On Curie
+) Tests pass and are correct

File size: 801 bytes
Line 
1/*!
2   \file grid_generate.hpp
3   \author Ha NGUYEN
4   \since 28 Aug 2015
5   \date 28 Aug 2015
6
7   \brief A special transformation to generate a grid.
8 */
9#ifndef __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__
10#define __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__
11
12
13#include "reduce_axis_to_scalar.hpp"
14#include "scalar_algorithm_reduce_axis.hpp"
15#include "axis_algorithm_inverse.hpp"
16#include "axis_algorithm_zoom.hpp"
17#include "axis_algorithm_interpolate.hpp"
18#include "domain_algorithm_zoom.hpp"
19#include "domain_algorithm_interpolate.hpp"
20#include "reduce_domain_to_axis.hpp"
21#include "axis_algorithm_reduce_domain.hpp"
22#include "axis_algorithm_transformation.hpp"
23#include "axis_algorithm_extract_domain.hpp"
24#include "extract_domain_to_axis.hpp"
25#endif // __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__
Note: See TracBrowser for help on using the repository browser.