Nektar++
|
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. |
Definition at line 140 of file MeshPartition.h.
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.