Ignore:
Timestamp:
07/11/16 17:36:01 (8 years ago)
Author:
mhnguyen
Message:

Adding a new transformation: Reduce a domain to an axis

Test
+) On Curie
+) Tests pass and are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp

    r888 r895  
    1515 
    1616class CAxis; 
     17class CDomain; 
     18 
    1719/*! 
    1820  \class CAxisAlgorithmTransformation 
     
    2325public: 
    2426  CAxisAlgorithmTransformation(CAxis* axisDestination, CAxis* axisSource); 
     27  CAxisAlgorithmTransformation(CAxis* axisDestination, CDomain* domainSource); 
    2528 
    2629  virtual ~CAxisAlgorithmTransformation(); 
     
    4548  //! Axis on grid source 
    4649  CAxis* axisSrc_; 
     50 
     51  //! Domain on grid source 
     52  CDomain* domainSrc_; 
    4753}; 
    4854 
Note: See TracChangeset for help on using the changeset viewer.