# # ChangeLog for XIOS/trunk/src/transformation/algo_types.hpp # # Generated by Trac 1.0.1 # 05/28/24 21:46:53 Tue, 18 Oct 2016 09:08:11 GMT mhnguyen [976] * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/reduce_domain_to_scalar_attribute.conf (added) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.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/reduce_domain_to_scalar.cpp (added) * XIOS/trunk/src/node/reduce_domain_to_scalar.hpp (added) * XIOS/trunk/src/node/scalar.cpp (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/algo_types.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_domain.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_domain.hpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_transformation.cpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Ticket 110: Implementing domain reduction to scalar +) Add xml node for ... Tue, 04 Oct 2016 16:59:32 GMT mhnguyen [960] * XIOS/trunk/src/config/extract_axis_to_scalar_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/extract_axis_to_scalar.cpp (added) * XIOS/trunk/src/node/extract_axis_to_scalar.hpp (added) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/scalar.cpp (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/algo_types.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_extract_axis.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_extract_axis.hpp (added) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) New transformation: Extract a point on axis to a scalar +) Add new node ... Thu, 22 Sep 2016 08:59:17 GMT mhnguyen [941] * XIOS/trunk/src/client_client_dht_decl.cpp (modified) * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/config/expand_domain_attribute.conf (modified) * XIOS/trunk/src/declare_ref_func.hpp (modified) * XIOS/trunk/src/node/expand_domain.cpp (modified) * XIOS/trunk/src/node/mesh.cpp (modified) * XIOS/trunk/src/transformation/algo_types.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_expand.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_expand.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) Finishing the implementation of expand domain transformation +) Make ... 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 ...