Ignore:
Timestamp:
09/22/16 10:59:17 (8 years ago)
Author:
mhnguyen
Message:

Finishing the implementation of expand domain transformation

+) Make use of updated new functions of class Mesh to compute neighboring cells
+) Make change to some minor stuffs

Test
+) On Curie
+) The transformation works correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_expand.hpp

    r935 r941  
    2828 
    2929  static bool registerTrans(); 
     30 
     31protected: 
     32  void expandDomainEdgeConnectivity(CDomain* domainDestination, CDomain* domainSource); 
     33  void expandDomainNodeConnectivity(CDomain* domainDestination, CDomain* domainSource); 
     34  void updateDomainAttributes(CDomain* domainDestination, 
     35                              CDomain* domainSource, 
     36                              CArray<int,2>& neighborsDomainSrc); 
     37 
    3038protected: 
    3139  void computeIndexSourceMapping_(const std::vector<CArray<double,1>* >& dataAuxInputs); 
Note: See TracChangeset for help on using the changeset viewer.