# # ChangeLog for XIOS/trunk/src/node/transformation_enum.hpp # # Generated by Trac 1.0.1 # 05/29/24 03:12:44 Thu, 22 Sep 2016 08:58:55 GMT mhnguyen [935] * XIOS/trunk/src/config/expand_domain_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/expand_domain.cpp (added) * XIOS/trunk/src/node/expand_domain.hpp (added) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_expand.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_expand.hpp (added) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding interface for expand_domain Thu, 22 Sep 2016 08:58:44 GMT mhnguyen [934] * XIOS/trunk/inputs/Unstruct/iodef.xml (modified) * XIOS/trunk/src/config/compute_connectivity_domain_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/generate_fortran_interface.cpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/interface/c/iccompute_connectivity_domain.cpp (added) * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * XIOS/trunk/src/interface/c_attr/iccompute_connectivity_domain_attr.cpp (added) * XIOS/trunk/src/interface/fortran/compute_connectivity_domain_interface.f90 (added) * XIOS/trunk/src/interface/fortran/icompute_connectivity_domain.F90 (added) * XIOS/trunk/src/interface/fortran/ixios.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/compute_connectivity_domain_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/icompute_connectivity_domain_attr.F90 (added) * XIOS/trunk/src/node/compute_connectivity_domain.cpp (added) * XIOS/trunk/src/node/compute_connectivity_domain.hpp (added) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/test_unstruct_complete.f90 (modified) * XIOS/trunk/src/transformation/algo_types.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.hpp (added) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding new transformation: Compute_connectivity_domain Test +) On ... Mon, 11 Jul 2016 15:36:01 GMT mhnguyen [895] * XIOS/trunk/src/config/extract_domain_to_axis_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/reduce_domain_to_axis_attribute.conf (added) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/extract_domain_to_axis.cpp (added) * XIOS/trunk/src/node/extract_domain_to_axis.hpp (added) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/reduce_domain_to_axis.cpp (added) * XIOS/trunk/src/node/reduce_domain_to_axis.hpp (added) * XIOS/trunk/src/node/scalar.cpp (modified) * XIOS/trunk/src/node/transformation.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/transformation/Functions/extract.cpp (added) * XIOS/trunk/src/transformation/Functions/extract.hpp (added) * XIOS/trunk/src/transformation/Functions/reduction.cpp (modified) * XIOS/trunk/src/transformation/Functions/reduction_types.hpp (modified) * XIOS/trunk/src/transformation/algo_types.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp (added) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (added) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding a new transformation: Reduce a domain to an axis Test +) On ... Tue, 05 Jul 2016 13:59:10 GMT mhnguyen [888] * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/reduce_axis_to_scalar_attribute.conf (added) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/filter/spatial_transform_filter.cpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/reduce_axis_to_scalar.cpp (added) * XIOS/trunk/src/node/reduce_axis_to_scalar.hpp (added) * XIOS/trunk/src/node/scalar.cpp (modified) * XIOS/trunk/src/node/scalar.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/transformation/Functions (added) * XIOS/trunk/src/transformation/Functions/max.cpp (added) * XIOS/trunk/src/transformation/Functions/max.hpp (added) * XIOS/trunk/src/transformation/Functions/min.cpp (added) * XIOS/trunk/src/transformation/Functions/min.hpp (added) * XIOS/trunk/src/transformation/Functions/reduction.cpp (added) * XIOS/trunk/src/transformation/Functions/reduction.hpp (added) * XIOS/trunk/src/transformation/Functions/reduction_types.hpp (added) * XIOS/trunk/src/transformation/Functions/sum.cpp (added) * XIOS/trunk/src/transformation/Functions/sum.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_transformation.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_transformation.hpp (added) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding new transformation for scalar: Reducing an axis to a scalar +) ... Fri, 08 Apr 2016 13:00:45 GMT mhnguyen [836] * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/generate_rectilinear_domain.cpp (modified) * XIOS/trunk/src/node/generate_rectilinear_domain.hpp (modified) * XIOS/trunk/src/node/interpolate_axis.cpp (modified) * XIOS/trunk/src/node/interpolate_axis.hpp (modified) * XIOS/trunk/src/node/interpolate_domain.cpp (modified) * XIOS/trunk/src/node/interpolate_domain.hpp (modified) * XIOS/trunk/src/node/inverse_axis.cpp (modified) * XIOS/trunk/src/node/inverse_axis.hpp (modified) * XIOS/trunk/src/node/transformation.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/node/zoom_axis.cpp (modified) * XIOS/trunk/src/node/zoom_axis.hpp (modified) * XIOS/trunk/src/node/zoom_domain.cpp (modified) * XIOS/trunk/src/node/zoom_domain.hpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/transformation/transformation_mapping.cpp (modified) Exposing transformation to Fortran interface +) Export zoom and axis ... Tue, 15 Sep 2015 15:31:13 GMT mhnguyen [689] * XIOS/trunk/inputs/REMAP/iodef.xml (modified) * XIOS/trunk/src/config/interpolate_domain_attribute.conf (moved) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/interpolate_domain.cpp (added) * XIOS/trunk/src/node/interpolate_domain.hpp (moved) * XIOS/trunk/src/node/interpolate_from_file_domain.cpp (deleted) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/test_remap.f90 (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (moved) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.hpp (added) * XIOS/trunk/src/transformation/domain_algorithm_interpolate_from_file.hpp (deleted) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Modifying the interface of interpolation domain +) Change node name ... Tue, 15 Sep 2015 15:30:55 GMT mhnguyen [687] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/config/domain_attribute.conf (modified) * XIOS/trunk/src/config/generate_rectilinear_domain_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/generate_rectilinear_domain.cpp (added) * XIOS/trunk/src/node/generate_rectilinear_domain.hpp (added) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/diff.txt (added) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/transformation/domain_algorithm_generate_rectilinear.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_generate_rectilinear.hpp (added) * XIOS/trunk/src/transformation/grid_generate.cpp (added) * XIOS/trunk/src/transformation/grid_generate.hpp (added) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.hpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/utils.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Implementing auto-generate rectilinear domain +) Add a new special ... Tue, 28 Jul 2015 11:37:07 GMT mhnguyen [657] * XIOS/trunk/bld.cfg (modified) * XIOS/trunk/inputs/Unstruct (added) * XIOS/trunk/inputs/Unstruct/iodef.xml (added) * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/config/domain_attribute.conf (modified) * XIOS/trunk/src/config/interpolate_from_file_domain_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/distribution_client.hpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/interface/c_attr/icdomain_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icdomaingroup_attr.cpp (modified) * XIOS/trunk/src/interface/fortran_attr/domain_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/domaingroup_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/idomain_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/idomaingroup_attr.F90 (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/node/interpolate_from_file_domain.cpp (added) * XIOS/trunk/src/node/interpolate_from_file_domain.hpp (added) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/output/nc4_data_output.cpp (modified) * XIOS/trunk/src/server_distribution_description.cpp (modified) * XIOS/trunk/src/server_distribution_description.hpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/test/test_unstruct_complete.f90 (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate_from_file.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_interpolate_from_file.hpp (added) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Making changes in domain to make sure unstructed grid work with new ... Tue, 07 Jul 2015 08:46:33 GMT mhnguyen [631] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/zoom_domain_attribute.conf (added) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/node/zoom_domain.cpp (added) * XIOS/trunk/src/node/zoom_domain.hpp (added) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/output/nc4_data_output.cpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_transformation.hpp (added) * XIOS/trunk/src/transformation/domain_algorithm_zoom.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_zoom.hpp (added) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.hpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Implementing zooming on a domain +) Add algorithm to do zooming on a ... Tue, 07 Jul 2015 08:46:25 GMT mhnguyen [630] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/client_server_mapping_distributed.cpp (modified) * XIOS/trunk/src/config/interpolate_axis_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/interpolate_axis.cpp (added) * XIOS/trunk/src/node/interpolate_axis.hpp (added) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (added) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_inverse.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_inverse.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_zoom.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_zoom.hpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.hpp (modified) * XIOS/trunk/src/transformation/transformation_mapping.cpp (modified) * XIOS/trunk/src/transformation/transformation_mapping.hpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/utils.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Implementing interpolation (polynomial) and correct some bugs +) ... Mon, 22 Jun 2015 11:36:21 GMT mhnguyen [621] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/config/inverse_axis_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/distribution_client.cpp (moved) * XIOS/trunk/src/distribution_client.hpp (moved) * XIOS/trunk/src/distribution_server.cpp (moved) * XIOS/trunk/src/distribution_server.hpp (moved) * XIOS/trunk/src/filter/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/filter/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/filter/axis_inverse.cpp (modified) * XIOS/trunk/src/filter/axis_inverse.hpp (modified) * XIOS/trunk/src/filter/axis_zoom.cpp (added) * XIOS/trunk/src/filter/axis_zoom.hpp (added) * XIOS/trunk/src/filter/concrete_algo.hpp (added) * XIOS/trunk/src/filter/grid_transformation.cpp (modified) * XIOS/trunk/src/filter/transformation_mapping.cpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/field_impl.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/inverse_axis.cpp (added) * XIOS/trunk/src/node/inverse_axis.hpp (added) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation.cpp (deleted) * XIOS/trunk/src/node/transformation.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/node/zoom_axis.cpp (added) * XIOS/trunk/src/node/zoom_axis.hpp (added) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xios_spl.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Implementing generic transformation algorithm (local commit) +) Change ... Mon, 22 Jun 2015 11:36:12 GMT mhnguyen [619] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/transformation_attribute.conf (added) * XIOS/trunk/src/declare_virtual_node.hpp (added) * XIOS/trunk/src/filter (added) * XIOS/trunk/src/filter/axis_filter.cpp (added) * XIOS/trunk/src/filter/axis_filter.hpp (added) * XIOS/trunk/src/filter/axis_transformation.cpp (added) * XIOS/trunk/src/filter/axis_transformation.hpp (added) * XIOS/trunk/src/filter/generic_filter.cpp (added) * XIOS/trunk/src/filter/generic_filter.hpp (added) * XIOS/trunk/src/filter/invert_algorithm.cpp (added) * XIOS/trunk/src/filter/invert_algorithm.hpp (added) * XIOS/trunk/src/filter/zoom_algorithm.cpp (added) * XIOS/trunk/src/filter/zoom_algorithm.hpp (added) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/context.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/field_impl.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation.cpp (added) * XIOS/trunk/src/node/transformation.hpp (added) * XIOS/trunk/src/node/transformation_enum.hpp (added) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/virtual_node.hpp (added) * XIOS/trunk/src/visitable.hpp (added) * XIOS/trunk/src/visitor.hpp (added) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Implementing the first prototype of filter +) Create new class filter ...