Ignore:
Timestamp:
07/18/18 16:04:07 (6 years ago)
Author:
oabramkina
Message:

Some cleaning related to zoom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/distribution_client.hpp

    r1549 r1562  
    9797    std::vector<int> nBeginLocal_;//!< Begin index of each dimension (e.x: for domain, it's always 0, for axis, it's zoom_begin, ...) 
    9898    std::vector<int> nBeginGlobal_; //!< Begin index of each dimension (e.x: ibegin, jbegin, ...) 
    99     std::vector<int> nZoomBegin_; //!< Begin index of zoom of each dimension 
    100     std::vector<int> nZoomEnd_; //!< End index of zoom of each dimension 
    10199 
    102100    // Data_n_index of domain or axis (For now, axis uses its size as data_n_index 
     
    114112    std::vector<CArray<size_t,1> > elementGlobalIndex_; //!< Global index of each element 
    115113    std::vector<CArray<bool,1> > elementIndexData_; //!< // The correct index of a domain has true value, the ghost one has false value 
    116     std::vector<CArray<bool,1> > elementZoomMask_; //!< Only zoomed region are true 
    117114    std::vector<size_t> elementNLocal_; 
    118115    std::vector<size_t> elementNGlobal_; 
Note: See TracChangeset for help on using the changeset viewer.