Ignore:
Timestamp:
08/24/21 13:48:12 (3 years ago)
Author:
ymipsl
Message:

New feature : when can now use the syntax :
fieldId:domainId[n], in domain reference inside the workflow (XML). Same for axis and scalar.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp

    r2203 r2206  
    3636   class CDomain; 
    3737   class CFile; 
     38   class CField ; 
    3839 
    3940   ///-------------------------------------------------------------- 
     
    7273        
    7374         static CDomain* createDomain(); 
    74          static CDomain* get(const string& id) ; //<! return domain pointer using id 
    75         // static bool has(const string& id) ;     //<! return true if domain with identifier id exist 
     75         static CDomain* get(const string& id, bool noError=false) ; //<! return domain pointer using id 
     76         static bool has(const string& id) ; //<! return domain pointer using id 
     77         static CField*  getFieldFromId(const string& id) ; 
    7678 
    7779         CMesh* mesh; 
     
    109111      private: 
    110112        bool solveInheritanceTransformation_done_= false ; 
     113      public: 
     114        bool activateFieldWorkflow(CGarbageCollector& gc) ; 
     115      private: 
     116        bool activateFieldWorkflow_done_=false ; 
     117 
    111118      private: 
    112119        CGenericAlgorithmTransformation* transformationAlgorithm_ = nullptr ; 
Note: See TracChangeset for help on using the changeset viewer.