Nektar++
Public Attributes | List of all members
Nektar::LibUtilities::MeshPartition::GraphEdgeProperties Struct Reference
Collaboration diagram for Nektar::LibUtilities::MeshPartition::GraphEdgeProperties:
Collaboration graph
[legend]

Public Attributes

int id
 
std::vector< MeshVertexvertices
 
std::vector< MeshEdgeedges
 

Detailed Description

Definition at line 148 of file MeshPartition.h.

Member Data Documentation

std::vector<MeshEdge> Nektar::LibUtilities::MeshPartition::GraphEdgeProperties::edges

Definition at line 152 of file MeshPartition.h.

int Nektar::LibUtilities::MeshPartition::GraphEdgeProperties::id

Definition at line 150 of file MeshPartition.h.

std::vector<MeshVertex> Nektar::LibUtilities::MeshPartition::GraphEdgeProperties::vertices

Definition at line 151 of file MeshPartition.h.