Ignore:
Timestamp:
07/05/16 15:59:02 (8 years ago)
Author:
mhnguyen
Message:

Adding a new type of element into grid: Scalar

+) Add a new node Scalar for xml
+) Make some change on writing scalar value
+) Reorganize some codes
+) Remove some redundant codes

Test
+) On Curie
+) All tests pass

File:
1 edited

Legend:

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

    r653 r887  
    3232    int getRank() const; //! Get rank of current process 
    3333 
    34     //! Get global index 
    35     const CArray<size_t,1>& getGlobalIndex() const; 
    3634  protected: 
    37     virtual void createGlobalIndex() = 0; 
     35    virtual void createGlobalIndex() {}; 
     36 
    3837  protected: 
    3938    CArray<size_t,1> globalIndex_; 
Note: See TracChangeset for help on using the changeset viewer.