Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Nektar::LibUtilities::MeshPartition::GraphVertexProperties Struct Reference
Collaboration diagram for Nektar::LibUtilities::MeshPartition::GraphVertexProperties:
Collaboration graph
[legend]

Public Attributes

int id
 Universal ID of the vertex.
int partition
 Index of the partition to which it belongs.
int partid
 Global ID of the vertex in the partition.
MultiWeight weight
 Weightings to this graph vertex.

Detailed Description

Definition at line 140 of file MeshPartition.h.

Member Data Documentation

int Nektar::LibUtilities::MeshPartition::GraphVertexProperties::id

Universal ID of the vertex.

Definition at line 142 of file MeshPartition.h.

int Nektar::LibUtilities::MeshPartition::GraphVertexProperties::partid

Global ID of the vertex in the partition.

Definition at line 144 of file MeshPartition.h.

int Nektar::LibUtilities::MeshPartition::GraphVertexProperties::partition

Index of the partition to which it belongs.

Definition at line 143 of file MeshPartition.h.

MultiWeight Nektar::LibUtilities::MeshPartition::GraphVertexProperties::weight

Weightings to this graph vertex.

Definition at line 145 of file MeshPartition.h.