VPTissue Reference Manual
|
Interface for the classes coupling two parallel simulations. More...
#include <ICoupler.h>
Public Member Functions | |
virtual | ~ICoupler () |
Virtual destructor. | |
virtual void | Exec ()=0 |
Executes the coupler. | |
virtual void | Initialize (const boost::property_tree::ptree ¶meters, const CoreData &from, const CoreData &to)=0 |
Initializes the two sides of the coupler. More... | |
Interface for the classes coupling two parallel simulations.
Definition at line 33 of file ICoupler.h.
|
pure virtual |
Initializes the two sides of the coupler.
parameters | The parameters for the coupler. |
from | The first Sim of the coupling. |
to | The second Sim of the coupling. |
Implemented in SimPT_Sim::ExchangeCoupler.