Definition at line 34 of file SubdomainGraphNodes.hpp.
|
typedef boost::fusion::vector
< float[3], size_t, size_t,
size_t, size_t, long int,
size_t > | type |
| | The node contain 3 unsigned long integer for communication computation memory and id.
|
| |
|
typedef float | s_type |
| | type of the positional field
|
| |
|
|
| nm_v () |
| | default constructor
|
| |
|
| nm_v (const nm_v &p) |
| |
|
template<unsigned int dim, typename Mem > |
| | nm_v (const encapc< dim, nm_v, Mem > &p) |
| |
|
template<unsigned int dim, typename Mem > |
| nm_v & | operator= (const encapc< dim, nm_v, Mem > &p) |
| |
|
template<unsigned int id> |
| auto | get () -> decltype(boost::fusion::at_c< id >(data)) |
| |
|
template<unsigned int id> |
| auto | get () const -> const decltype(boost::fusion::at_c< id >(data)) |
| |
|
|
static bool | noPointers () |
| |
|
|
static const unsigned int | x = 0 |
| | pos property id in boost::fusion::vector
|
| |
|
static const unsigned int | migration = 1 |
| | migration property id in boost::fusion::vector
|
| |
|
static const unsigned int | computation = 2 |
| | computation property id in boost::fusion::vector
|
| |
|
static const unsigned int | global_id = 3 |
| | global_id property id in boost::fusion::vector
|
| |
|
static const unsigned int | id = 4 |
| | id property id in boost::fusion::vector
|
| |
|
static const unsigned int | sub_id = 5 |
| | sub_id property id in boost::fusion::vector
|
| |
|
static const unsigned int | proc_id = 6 |
| | proc_id property id in boost::fusion::vector
|
| |
|
static const unsigned int | max_prop = 7 |
| | total number of properties boost::fusion::vector
|
| |
The documentation for this struct was generated from the following file: