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. More...
 
int partition
 Index of the partition to which it belongs. More...
 
MultiWeight weight
 Weightings to this graph vertex. More...
 

Detailed Description

Definition at line 129 of file MeshPartition.h.

Member Data Documentation

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

Universal ID of the vertex.

Definition at line 131 of file MeshPartition.h.

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

Index of the partition to which it belongs.

Definition at line 132 of file MeshPartition.h.

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

Weightings to this graph vertex.

Definition at line 133 of file MeshPartition.h.