17 #ifndef __SPECKLEY_SPECKLEY_H__ 18 #define __SPECKLEY_SPECKLEY_H__ 25 #include <speckley/system_dep.h> 27 #include <escript/EsysMPI.h> 29 #include <boost/shared_ptr.hpp> 44 typedef std::map<std::string,int>
TagMap;
61 {0.0, 0.27639320225, 0.72360679775, 1.0},
62 {0.0, 0.172673164646, 0.5, 0.827326835354, 1.0},
63 {0.0, 0.117472338035, 0.35738424176, 0.64261575824, 0.882527661965, 1.0},
64 {0.0, 0.0848880518607, 0.265575603265, 0.5, 0.734424396735, 0.915111948139, 1.0},
65 {0.0, 0.0641299257452, 0.204149909283, 0.395350391049, 0.604649608951, 0.795850090717, 0.935870074255, 1.0},
66 {0.0, 0.0501210022943, 0.161406860245, 0.318441268087, 0.5, 0.681558731913, 0.838593139755, 0.949878997706, 1.0},
67 {0.0, 0.0402330459168, 0.130613067447, 0.261037525095, 0.417360521167, 0.582639478833, 0.738962474905, 0.869386932553, 0.959766954083, 1.0},
68 {0.0, 0.032999284796, 0.107758263168, 0.217382336502, 0.352120932207, 0.5, 0.647879067793, 0.782617663498, 0.892241736832, 0.967000715204, 1.0}};
Definition: AbstractAssembler.cpp:18
Definition: Speckley.h:52
std::vector< real_t > DoubleVector
Definition: Speckley.h:43
std::pair< index_t, index_t > IndexPair
Definition: Speckley.h:41
Definition: Speckley.h:48
Definition: Speckley.h:47
Definition: Speckley.h:55
Definition: Speckley.h:53
int index_t
type for array/matrix indices used both globally and on each rank
Definition: DataTypes.h:59
Definition: Speckley.h:49
std::vector< index_t > IndexVector
Definition: Speckley.h:42
Definition: Speckley.h:54
Definition: Speckley.h:50
std::map< std::string, int > TagMap
Definition: Speckley.h:44
const double point_locations[][11]
Definition: Speckley.h:59
Definition: Speckley.h:51
double real_t
type of all real-valued scalars in escript
Definition: DataTypes.h:50
index_t dim_t
Definition: DataTypes.h:64