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

#include <MeshPartition.h>

Public Attributes

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

Detailed Description

Definition at line 97 of file MeshPartition.h.

Member Data Documentation

◆ edges

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

Definition at line 101 of file MeshPartition.h.

◆ id

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

Definition at line 99 of file MeshPartition.h.

◆ vertices

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

Definition at line 100 of file MeshPartition.h.