VPTissue Reference Manual
SimPT_Sim::ICoupler Class Referenceabstract

Interface for the classes coupling two parallel simulations. More...

#include <ICoupler.h>

Inheritance diagram for SimPT_Sim::ICoupler:
Inheritance graph
Collaboration diagram for SimPT_Sim::ICoupler:
Collaboration graph

Public Member Functions

virtual ~ICoupler ()
 Virtual destructor.
 
virtual void Exec ()=0
 Executes the coupler.
 
virtual void Initialize (const boost::property_tree::ptree &parameters, const CoreData &from, const CoreData &to)=0
 Initializes the two sides of the coupler. More...
 

Detailed Description

Interface for the classes coupling two parallel simulations.

Definition at line 33 of file ICoupler.h.

Member Function Documentation

virtual void SimPT_Sim::ICoupler::Initialize ( const boost::property_tree::ptree &  parameters,
const CoreData from,
const CoreData to 
)
pure virtual

Initializes the two sides of the coupler.

Parameters
parametersThe parameters for the coupler.
fromThe first Sim of the coupling.
toThe second Sim of the coupling.

Implemented in SimPT_Sim::ExchangeCoupler.


The documentation for this class was generated from the following file: