Ignore:
Timestamp:
09/22/16 10:59:27 (8 years ago)
Author:
mhnguyen
Message:

Adding Fortran interfaces for retrieving domains, axis, scalars of a field

+) Add some functions in Grid to get its domain, axis, scalar

Test
+) On Curie
+) Work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/grid.hpp

    r890 r943  
    181181         std::vector<CAxis*> getAxis(); 
    182182         std::vector<CScalar*> getScalars(); 
     183         CDomain* getDomain(int domainIndex); 
     184         CAxis* getAxis(int axisIndex); 
     185         CScalar* getScalar(int scalarIndex); 
    183186         std::vector<int> getAxisOrder(); 
    184187         std::vector<int> getGlobalDimension(); 
Note: See TracChangeset for help on using the changeset viewer.