Ignore:
Timestamp:
05/30/21 23:30:01 (3 years ago)
Author:
yushan
Message:

temporal commit for merging graph into XIOS_coupling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/node/field.hpp

    r2028 r2137  
    110110         // Grid data buffer size for each connection of contextclient 
    111111         std::map<int, StdSize> getGridDataBufferSize(CContextClient* client, bool bufferForWriting = false); 
    112  
     112          
     113         // evaluation the size of the buffer for the field 
     114         bool evaluateBufferSize(map<CContextClient*,map<int,size_t>>& evaluateBuffer, bool isOptPerformance) ; 
    113115       public: 
    114116          void makeGridAliasForCoupling(void) ; 
     
    236238          bool isGridCompleted_ = true ; 
    237239      public: 
    238           bool isGridCompleted() ;  
     240          bool isGridCompleted()  ;  
    239241          void setGridCompleted(void) { isGridCompleted_= true; } 
    240242          void unsetGridCompleted(void) { isGridCompleted_ = false ;} 
Note: See TracChangeset for help on using the changeset viewer.