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

Last change on this file since 1169 was 976, checked in by mhnguyen, 7 years ago

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 size: 878 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#include "scalar_algorithm_reduce_axis.hpp"
13#include "scalar_algorithm_extract_axis.hpp"
14#include "scalar_algorithm_reduce_domain.hpp"
15
16#include "axis_algorithm_inverse.hpp"
17#include "axis_algorithm_zoom.hpp"
18#include "axis_algorithm_interpolate.hpp"
19#include "axis_algorithm_reduce_domain.hpp"
20#include "axis_algorithm_transformation.hpp"
21#include "axis_algorithm_extract_domain.hpp"
22
23#include "domain_algorithm_zoom.hpp"
24#include "domain_algorithm_interpolate.hpp"
25#include "domain_algorithm_compute_connectivity.hpp"
26#include "domain_algorithm_expand.hpp"
27
28
29
30
31
32#endif // __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__
Note: See TracBrowser for help on using the repository browser.