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

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

Adding new transformation: Compute_connectivity_domain

Test
+) On Curie
+) Test passes

File size: 898 bytes
RevLine 
[895]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"
[934]25#include "domain_algorithm_compute_connectivity.hpp"
26#include "compute_connectivity_domain.hpp"
27
[895]28#endif // __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__
Note: See TracBrowser for help on using the repository browser.