Ignore:
Timestamp:
02/16/16 10:14:23 (8 years ago)
Author:
mhnguyen
Message:

Implementing grid destination clone in case of two grid source

+) Clone attributes of grid destination as well as its transformation
+) Clean some redundant codes

Test
+) All tests pass

File:
1 edited

Legend:

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

    r775 r823  
    110110         void solveServerOperation(void); 
    111111         void solveCheckMaskIndex(bool doSendingIndex); 
    112          void solveAllReferenceEnabledField(bool doSending2Sever); 
     112         void solveAllReferenceEnabledField(bool doSending2Server); 
     113         void solveOnlyReferenceEnabledField(bool doSending2Server); 
     114         void generateNewTransformationGridDest(); 
     115         void updateRef(CGrid* grid); 
     116         void buildGridTransformationGraph(); 
    113117         void solveGridDomainAxisRef(bool checkAtt); 
    114118         void solveTransformedGrid(); 
     
    196200 
    197201         bool areAllReferenceSolved; 
     202         bool isReferenceSolved; 
    198203         std::pair<StdString,StdString> domAxisIds_; 
    199204         bool isReadDataRequestPending; 
Note: See TracChangeset for help on using the changeset viewer.