Flow123d  master-f44eb46
Public Attributes | List of all members
SparseGraph::Edge Struct Reference

#include <sparse_graph.hh>

Public Attributes

int from
 
int to
 
int weight
 Edge weights for communication (optional). More...
 

Detailed Description

Definition at line 136 of file sparse_graph.hh.

Member Data Documentation

◆ from

int SparseGraph::Edge::from

Definition at line 137 of file sparse_graph.hh.

◆ to

int SparseGraph::Edge::to

Definition at line 137 of file sparse_graph.hh.

◆ weight

int SparseGraph::Edge::weight

Edge weights for communication (optional).

Definition at line 137 of file sparse_graph.hh.


The documentation for this struct was generated from the following file: