Ignore:
Timestamp:
11/02/15 11:46:25 (8 years ago)
Author:
mhnguyen
Message:

Implementing the reading of attributes of an axis from a file

+) 3d grid can be read directly from a file
+) Clean some redundant codes
+) Add new attribute declaration that allows to output only desired attributes

Test
+) On Curie
+) test_remap passes and result is correct

File:
1 edited

Legend:

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

    r745 r775  
    144144         void solveDomainAxisRefInheritance(bool apply = true); 
    145145         void solveTransformations(); 
     146         void solveDomainAxisBaseRef(); 
    146147 
    147148         void sendAddDomain(const std::string& id=""); 
     
    186187 
    187188         void transformGrid(CGrid* transformGridSrc); 
    188          void completeGrid(CGrid* transformGridSrc); 
     189         void completeGrid(CGrid* transformGridSrc = 0); 
    189190         void doAutoDistribution(CGrid* transformGridSrc); 
    190191         bool isTransformed(); 
     
    263264        std::vector<int> axisPositionInGrid_; 
    264265        CGridTransformation* transformations_; 
     266        bool hasDomainAxisBaseRef_; 
    265267   }; // class CGrid 
    266268 
Note: See TracChangeset for help on using the changeset viewer.