Go to the documentation of this file.
18 #ifndef __ESCRIPT_DISTRIBUTION_H__
19 #define __ESCRIPT_DISTRIBUTION_H__
21 #include <escript/DataTypes.h>
79 #endif // __ESCRIPT_DISTRIBUTION_H__
DataTypes::dim_t getGlobalNumComponents() const
Definition: Distribution.h:65
boost::shared_ptr< Distribution > Distribution_ptr
Definition: Distribution.h:37
DataTypes::dim_t getMyNumComponents() const
Definition: Distribution.h:70
DataTypes::IndexVector first_component
Definition: Distribution.h:85
Distribution(JMPI mpiInfo, const DataTypes::IndexVector &firstComponent, DataTypes::index_t m=1, DataTypes::index_t b=0)
Definition: Distribution.h:46
DataTypes::dim_t getMinGlobalComponents() const
Definition: Distribution.h:75
index_t dim_t
Definition: DataTypes.h:90
boost::shared_ptr< JMPI_ > JMPI
Definition: EsysMPI.h:71
DataTypes::index_t getFirstComponent() const
Definition: Distribution.h:55
boost::shared_ptr< const Distribution > const_Distribution_ptr
Definition: Distribution.h:39
DataTypes::index_t getLastComponent() const
Definition: Distribution.h:60
DataTypes::dim_t getMaxGlobalComponents() const
Definition: Distribution.h:80
JMPI mpi_info
Definition: Distribution.h:86
int index_t
type for array/matrix indices used both globally and on each rank
Definition: DataTypes.h:85
Definition: AbstractContinuousDomain.cpp:23
std::vector< index_t > IndexVector
Definition: DataTypes.h:88