Ignore:
Timestamp:
07/26/22 09:50:48 (2 years ago)
Author:
jderouillat
Message:

Move in a new method of CLocalView the management of a without redundancy full view connector (used in hash computation of elements)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/distribution/local_view.hpp

    r2267 r2385  
    1212  class CLocalElement ; 
    1313  class CRemoteConnector ; 
     14  class CGridTransformConnector; 
    1415 
    15   class CLocalView : public CDistributedView 
     16  class CLocalView : public CDistributedView, public std::enable_shared_from_this<CLocalView> 
    1617  { 
    1718    public: 
     
    5354    } 
    5455 
     56    void createWithoutRedundancyFullViewConnector( int globalSize, MPI_Comm comm_file, shared_ptr<CGridTransformConnector>& gridTransformConnector, CArray<size_t,1>& globalIndex ); 
    5557 
    5658    int getLocalSize(void) {return localSize_ ;} 
Note: See TracChangeset for help on using the changeset viewer.