17 #ifndef __RIPLEY_RIPLEY_H__ 18 #define __RIPLEY_RIPLEY_H__ 25 #include <ripley/system_dep.h> 27 #include <escript/EsysMPI.h> 29 #include <boost/shared_ptr.hpp> 46 typedef std::map<std::string,int>
TagMap;
std::vector< int > RankVector
Definition: Ripley.h:45
std::map< std::string, int > TagMap
Definition: Ripley.h:46
std::pair< index_t, index_t > IndexPair
Definition: Ripley.h:42
int index_t
type for array/matrix indices used both globally and on each rank
Definition: DataTypes.h:59
std::vector< index_t > IndexVector
Definition: Ripley.h:43
std::complex< real_t > cplx_t
complex data type
Definition: DataTypes.h:53
Definition: ripley/src/AbstractAssembler.h:25
std::vector< real_t > DoubleVector
Definition: Ripley.h:44
double real_t
type of all real-valued scalars in escript
Definition: DataTypes.h:50
index_t dim_t
Definition: DataTypes.h:64