Ignore:
Timestamp:
10/15/15 15:46:40 (9 years ago)
Author:
mhnguyen
Message:

Implement direct transformation with domain_ref and axis_ref

+) Add a new case in which transformations among fields can be done via domain_ref and axis_ref (not only grid_ref)
+) Fix a minor bug relating to baseFieldReference

Test
+) On Curie
+) all standard tests (client, complete) pass
+) test_remap pass and the results are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/axis.hpp

    r731 r742  
    102102         static void recvServerAttribut(CEventServer& event); 
    103103         void recvServerAttribut(CBufferIn& buffer) ; 
    104          void checkAttributesOnClient(const std::vector<int>& globalDim, int orderPositionInGrid, 
    105                                       CServerDistributionDescription::ServerDistributionType disType = CServerDistributionDescription::BAND_DISTRIBUTION); 
     104         void checkAttributesOnClient(); 
    106105         void sendCheckedAttributes(const std::vector<int>& globalDim, int orderPositionInGrid, 
    107106                                    CServerDistributionDescription::ServerDistributionType disType = CServerDistributionDescription::BAND_DISTRIBUTION); 
Note: See TracChangeset for help on using the changeset viewer.