1 #ifndef BOUNDARYC_COUPLER_H_
2 #define BOUNDARYC_COUPLER_H_
26 #include <boost/property_tree/ptree_fwd.hpp>
59 const boost::property_tree::ptree& parameters,
const CoreData& from,
const CoreData& to);
72 std::pair<unsigned int, unsigned int> m_transfer_chemicals;
75 std::vector<std::tuple<unsigned int, unsigned int, double>> m_transfer_cells;
80 #endif // end-of-include-guard
Core data with mesh, parameters, random engine and time data.
Core data used during model execution.
Interface for the classes coupling two parallel simulations.
Namespace for the core simulator.
virtual void Initialize(const boost::property_tree::ptree ¶meters, const CoreData &from, const CoreData &to)