OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
nm_part_v Struct Reference

Reduced sub-domain vertex graph node. More...

Detailed Description

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
 

The documentation for this struct was generated from the following file: