OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
nm_part_e Struct Reference

Reduced edge graph node. More...

Detailed Description

Reduced edge graph node.

It contain only the communication between nodes

Definition at line 233 of file SubdomainGraphNodes.hpp.

#include <SubdomainGraphNodes.hpp>

Data Structures

struct  attributes
 Attributes name. More...
 

Public Types

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

Static Public Member Functions

static bool noPointers ()
 

Data Fields

type data
 The data.
 

Static Public Attributes

static const unsigned int max_prop = 0
 total number of properties
 

Member Typedef Documentation

◆ type

typedef boost::fusion::vector nm_part_e::type

The node contain 3 unsigned long integer for comunication computation and memory.

Definition at line 236 of file SubdomainGraphNodes.hpp.

Member Function Documentation

◆ noPointers()

static bool nm_part_e::noPointers ( )
inlinestatic

Definition at line 251 of file SubdomainGraphNodes.hpp.

Field Documentation

◆ data

type nm_part_e::data

The data.

Definition at line 240 of file SubdomainGraphNodes.hpp.

◆ max_prop

const unsigned int nm_part_e::max_prop = 0
static

total number of properties

Definition at line 243 of file SubdomainGraphNodes.hpp.


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