Reduced sub-domain vertex graph node. More...
Reduced sub-domain vertex graph node.
It contain only the processor id for each node
Definition at line 180 of file SubdomainGraphNodes.hpp.
#include <SubdomainGraphNodes.hpp>
Data Structures | |
| struct | attributes | 
| Attributes name.  More... | |
Public Types | |
| 
typedef boost::fusion::vector < size_t, size_t >  | type | 
| The node contain 3 unsigned long integer for comunication computation and memory.  | |
| typedef float | s_type | 
Public Member Functions | |
| nm_part_v () | |
| default constructor  | |
| template<unsigned int dim, typename Mem > | |
| nm_part_v (const encapc< dim, nm_part_v, Mem > &p) | |
Static Public Member Functions | |
| static bool | noPointers () | 
Data Fields | |
| type | data | 
| The data.  | |
Static Public Attributes | |
| static const unsigned int | id = 0 | 
| partition id in the boost::fusion::vector  | |
| static const unsigned int | sub_id = 1 | 
| partition id in the boost::fusion::vector  | |
| static const unsigned int | max_prop = 2 | 
| total number of properties  | |