source: XIOS/dev/branch_openmp/src/transformation/algo_types.hpp @ 1464

Last change on this file since 1464 was 1460, checked in by yushan, 6 years ago

branch_openmp merged with XIOS_DEV_CMIP6@1459

File size: 1.1 KB
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
[976]12#include "scalar_algorithm_reduce_axis.hpp"
13#include "scalar_algorithm_extract_axis.hpp"
14#include "scalar_algorithm_reduce_domain.hpp"
[895]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"
[1460]20#include "axis_algorithm_reduce_axis.hpp"
[895]21#include "axis_algorithm_transformation.hpp"
22#include "axis_algorithm_extract_domain.hpp"
[1460]23#include "axis_algorithm_temporal_splitting.hpp"
[976]24
25#include "domain_algorithm_zoom.hpp"
26#include "domain_algorithm_interpolate.hpp"
[934]27#include "domain_algorithm_compute_connectivity.hpp"
[941]28#include "domain_algorithm_expand.hpp"
[1460]29#include "axis_algorithm_duplicate_scalar.hpp"
30#include "scalar_algorithm_reduce_scalar.hpp"
31#include "domain_algorithm_reorder.hpp"
[934]32
[976]33
34
35
36
[895]37#endif // __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__
Note: See TracBrowser for help on using the repository browser.