Ignore:
Timestamp:
01/26/16 18:19:14 (8 years ago)
Author:
mhnguyen
Message:

Fixing mixed index of unstructured grid

+) Update correct global index with i_index,j_index

Test
+) On Curie
+) test_client, test_complete, test_remap, test_unstruct pass

File:
1 edited

Legend:

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

    r676 r818  
    9797    std::vector<int> dataBegin_; //!< Data begin (data_ibegin, data_jbegin, etc) 
    9898    std::vector<CArray<int,1> > dataIndex_; //!< Data index 
     99    std::vector<CArray<int,1> > infoIndex_; //!< i_index, j_index 
    99100 
    100101    std::vector<CArray<bool,1> > domainMasks_; //!< Domain mask 
Note: See TracChangeset for help on using the changeset viewer.