Nektar++
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 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::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 144 of file MeshPartition.h.