Ignore:
Timestamp:
01/22/21 18:46:08 (3 years ago)
Author:
ymipsl
Message:

Reimplement coupling in the new infrastructure.
Tested for 2-way coupling toy model.

YM

File:
1 edited

Legend:

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

    r2002 r2022  
    1414#include "services_manager.hpp" 
    1515#include "server_context.hpp" 
    16  
    17  
    18 namespace xios { 
     16#include "event_scheduler.hpp" 
     17 
     18 
     19namespace xios 
     20{ 
    1921   class CContextClient; 
    2022   class CContextServer; 
     
    339341         
    340342      private: 
     343         CEventScheduler* eventScheduler_ ; //! The local event scheduler for context 
     344         size_t hashId_ ; //! the local hashId for scheduler 
     345         size_t timeLine_=0 ; 
     346         void initEventScheduler(void) ; 
     347 
    341348         bool isPostProcessed; 
    342349         bool allProcessed; 
Note: See TracChangeset for help on using the changeset viewer.