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/transformation/domain_algorithm_generate_rectilinear.hpp

    r687 r775  
    2727{ 
    2828public: 
    29   CDomainAlgorithmGenerateRectilinear(CDomain* domainDestination, CDomain* domainSource, CGrid* gridSource, CGenerateRectilinearDomain* zoomDomain); 
     29  CDomainAlgorithmGenerateRectilinear(CDomain* domainDestination, CDomain* domainSource, 
     30                                      CGrid* gridDest, CGrid* gridSource, 
     31                                      CGenerateRectilinearDomain* zoomDomain); 
    3032 
    3133  virtual ~CDomainAlgorithmGenerateRectilinear() {} 
     
    3436 
    3537private: 
    36   void computeDistributionGridSource(); 
     38  void computeDistributionGridSource(CGrid* gridSrc); 
     39  void computeDistributionGridDestination(CGrid* gridDest); 
    3740  void fillInAttributesDomainDestination(); 
    3841 
    3942private: 
    40   CGrid* gridSrc_; 
    4143  int nbDomainDistributedPart_; //! Number of local domain. 
    4244 
Note: See TracChangeset for help on using the changeset viewer.