Ignore:
Timestamp:
07/11/16 17:36:01 (8 years ago)
Author:
mhnguyen
Message:

Adding a new transformation: Reduce a domain to an axis

Test
+) On Curie
+) Tests pass and are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/type/type_util.hpp

    r888 r895  
    3636    class CReduceAxisToScalar; 
    3737    class CReduceAxisToScalarGroup; 
     38    class CReduceDomainToAxis; 
     39    class CReduceDomainToAxisGroup; 
     40    class CExtractDomainToAxis; 
     41    class CExtractDomainToAxisGroup; 
    3842 
    3943  template <typename T> inline string getStrType(void); 
     
    8892  macro(CReduceAxisToScalar) 
    8993  macro(CReduceAxisToScalarGroup) 
     94  macro(CReduceDomainToAxis) 
     95  macro(CReduceDomainToAxisGroup) 
     96  macro(CExtractDomainToAxis) 
     97  macro(CExtractDomainToAxisGroup) 
    9098#undef macro 
    9199} 
Note: See TracChangeset for help on using the changeset viewer.