Flow123d  release_2.2.0-914-gf1a3a4f
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

int SparseGraph::Edge::from

Definition at line 137 of file sparse_graph.hh.

int SparseGraph::Edge::to

Definition at line 137 of file sparse_graph.hh.

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: