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

sub-domain edge graph node More...

Detailed Description

sub-domain edge graph node

Definition at line 129 of file SubdomainGraphNodes.hpp.

#include <SubdomainGraphNodes.hpp>

Data Structures

struct  attributes
 Attributes name. More...
 

Public Types

typedef boost::fusion::vector
< size_t, size_t, size_t > 
type
 The node contain 3 unsigned long integer for comunication computation and memory.
 

Public Member Functions

template<unsigned int dim, typename Mem >
 nm_e (const encapc< dim, nm_e, Mem > &p)
 
template<unsigned int id>
auto get () -> decltype(boost::fusion::at_c< id >(data))
 

Static Public Member Functions

static bool noPointers ()
 

Data Fields

type data
 The data.
 

Static Public Attributes

static const unsigned int communication = 0
 computation property id in boost::fusion::vector
 
static const unsigned int srcgid = 1
 
static const unsigned int dstgid = 2
 
static const unsigned int max_prop = 3
 total number of properties boost::fusion::vector
 

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