Last change
on this file since 960 was
960,
checked in by mhnguyen, 8 years ago
|
New transformation: Extract a point on axis to a scalar
+) Add new node and new transformation algorithm
Test
+) On Curie
+) Work
|
File size:
1.0 KB
|
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 | #include "domain_algorithm_compute_connectivity.hpp" |
---|
26 | #include "compute_connectivity_domain.hpp" |
---|
27 | #include "expand_domain.hpp" |
---|
28 | #include "domain_algorithm_expand.hpp" |
---|
29 | #include "extract_axis_to_scalar.hpp" |
---|
30 | #include "scalar_algorithm_extract_axis.hpp" |
---|
31 | |
---|
32 | #endif // __XIOS_ALGORITHM_TRANSFORMATION_TYPES_HPP__ |
---|
Note: See
TracBrowser
for help on using the repository browser.