Ignore:
Timestamp:
12/14/20 09:59:23 (4 years ago)
Author:
ymipsl
Message:

Update to new transformation.
Source filter working again + reading
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp

    r1984 r1988  
    5353public: 
    5454  CGenericAlgorithmTransformation(); 
     55  CGenericAlgorithmTransformation(bool isSource); 
    5556 
    5657  virtual ~CGenericAlgorithmTransformation() {} 
     
    173174  bool eliminateRedondantSrc_ ; // flag to indicate if the transformation must select only one global source point for all proc. 
    174175                               // In this case it will choose preferentially the current process  
    175  
     176  bool isSource_ ; //flag to indicate that the algorithm is a source algorithm, that mean the grid is modified or generated but  
     177                   // no fluxes are tranformed 
    176178   
    177179// new methods for new algorithm 
Note: See TracChangeset for help on using the changeset viewer.