Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct cartesian_dimension

boost::mpi::cartesian_dimension — Specify the size and periodicity of the grid in a single dimension.

Synopsis

// In header: <boost/mpi/cartesian_communicator.hpp>


struct cartesian_dimension {
  // construct/copy/destruct
  ( = ,  = );

  // private member functions
  template<typename Archive>  (, );

  // public data members
   ;
   ;
};

Description

POD lightweight object.

cartesian_dimension public construct/copy/destruct

  1. ( sz = ,  p = );

cartesian_dimension private member functions

  1. template<typename Archive> 
       ( ar,  version);

cartesian_dimension public public data members

  1.  ;

    The size of the grid n this dimension.

  2.  ;

    Is the grid periodic in this dimension.


PrevUpHomeNext