Flow123d  release_2.1.0-84-g6a13a75
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 134 of file sparse_graph.hh.

Member Data Documentation

int SparseGraph::Edge::from

Definition at line 135 of file sparse_graph.hh.

int SparseGraph::Edge::to

Definition at line 135 of file sparse_graph.hh.

int SparseGraph::Edge::weight

Edge weights for communication (optional).

Definition at line 135 of file sparse_graph.hh.


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