Ignore:
Timestamp:
02/11/15 16:23:02 (9 years ago)
Author:
mhnguyen
Message:

Redesigning grid structure

+) Add an intermediate class to calculate distribution on client and servers
+) Change all index of attributes to zero (0), instead of one(1)

Test
+) On Curie
+) Test new features passes but some data are still shifted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/grid_attribute.conf

    r541 r551  
    44//DECLARE_ATTRIBUTE(StdString, axis_ref) 
    55DECLARE_ARRAY(bool, 3 , mask) 
     6//DECLARE_ARRAY(bool, 4 , mask4) 
     7//DECLARE_ARRAY(bool, 5 , mask5) 
     8//DECLARE_ARRAY(bool, 6 , mask6) 
     9//DECLARE_ARRAY(bool, 7 , mask7) 
     10 
    611 
    712// These attributes should be used privately 
    813// An array contains order of axis and domains composing of the grid 
    9 DECLARE_ARRAY(int, 1 , axisDomOrder) 
     14DECLARE_ARRAY(bool, 1 , axisDomainOrder) 
Note: See TracChangeset for help on using the changeset viewer.