Ignore:
Timestamp:
05/12/20 11:52:13 (4 years ago)
Author:
ymipsl
Message:

XIOS coupling branch
Some updates.

First coupling test is beginning to work...

YM

File:
1 edited

Legend:

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

    r1784 r1875  
    9696         void solveFieldRefInheritance(bool apply); 
    9797         void createInterCommunicator(void) ; 
     98         void assignContext(void) ; 
     99       
     100      private: 
     101        CContextClient* client_=nullptr ; 
     102      public: 
     103         CContextClient* getContextClient(void) {return client_; } 
     104       
     105      private: 
     106        string couplingContextId_ ; 
     107      public: 
     108        const string& getCouplingContextId(void) ;   
    98109 
    99110      private : 
     111 
    100112         CFieldGroup* virtualFieldGroup; 
    101113 
Note: See TracChangeset for help on using the changeset viewer.