A container which has its contents distributed among the nodes. More...
#include <mpi_state.hpp>

Public Types | |
| typedef InnerState | value_type |
Public Member Functions | |
| mpi_state () | |
| mpi_state (boost::mpi::communicator comm) | |
| InnerState & | operator() () |
| const InnerState & | operator() () const |
Public Attributes | |
| InnerState | m_data |
| boost::mpi::communicator | world |
A container which has its contents distributed among the nodes.
| typedef InnerState boost::numeric::odeint::mpi_state< InnerState >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
| InnerState boost::numeric::odeint::mpi_state< InnerState >::m_data |
| boost::mpi::communicator boost::numeric::odeint::mpi_state< InnerState >::world |
Referenced by boost::numeric::odeint::same_size_impl< mpi_state< InnerState1 >, mpi_state< InnerState2 > >::same_size(), boost::numeric::odeint::split_impl< Source, mpi_state< InnerState >, typename boost::enable_if< boost::has_range_const_iterator< Source > >::type >::split(), and boost::numeric::odeint::unsplit_impl< mpi_state< InnerState >, Target, typename boost::enable_if< boost::has_range_iterator< Target > >::type >::unsplit().