Nektar++
Public Attributes | List of all members
Nektar::SpatialDomains::MeshPartition::GraphVertexProperties Struct Reference

#include <MeshPartition.h>

Public Attributes

int id = 0
 Universal ID of the vertex. More...
 
int partition = 0
 Index of the partition to which it belongs. More...
 
MultiWeight weight
 Weightings to this graph vertex. More...
 
MultiWeight bndWeight
 
MultiWeight edgeWeight
 

Detailed Description

Definition at line 87 of file MeshPartition.h.

Member Data Documentation

◆ bndWeight

MultiWeight Nektar::SpatialDomains::MeshPartition::GraphVertexProperties::bndWeight

Definition at line 92 of file MeshPartition.h.

◆ edgeWeight

MultiWeight Nektar::SpatialDomains::MeshPartition::GraphVertexProperties::edgeWeight

Definition at line 93 of file MeshPartition.h.

◆ id

int Nektar::SpatialDomains::MeshPartition::GraphVertexProperties::id = 0

Universal ID of the vertex.

Definition at line 89 of file MeshPartition.h.

◆ partition

int Nektar::SpatialDomains::MeshPartition::GraphVertexProperties::partition = 0

Index of the partition to which it belongs.

Definition at line 90 of file MeshPartition.h.

◆ weight

MultiWeight Nektar::SpatialDomains::MeshPartition::GraphVertexProperties::weight

Weightings to this graph vertex.

Definition at line 91 of file MeshPartition.h.