Ignore:
Timestamp:
10/09/17 10:14:24 (7 years ago)
Author:
ymipsl
Message:

Add new transformation : reduce axis_to_axis
This a global reduction implying all process whih own the same source axis global point.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/object_template_decl.cpp

    r1275 r1301  
    2222  template class CObjectTemplate<CReduceAxisToScalar>; 
    2323  template class CObjectTemplate<CReduceDomainToAxis>; 
     24  template class CObjectTemplate<CReduceAxisToAxis>; 
    2425  template class CObjectTemplate<CExtractDomainToAxis>; 
    2526  template class CObjectTemplate<CComputeConnectivityDomain>; 
     
    4546  template class CObjectTemplate<CReduceAxisToScalarGroup>; 
    4647  template class CObjectTemplate<CReduceDomainToAxisGroup>; 
     48  template class CObjectTemplate<CReduceAxisToAxisGroup>; 
    4749  template class CObjectTemplate<CExtractDomainToAxisGroup>; 
    4850  template class CObjectTemplate<CComputeConnectivityDomainGroup>; 
Note: See TracChangeset for help on using the changeset viewer.