Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <sparse_graph.hh>
Public Attributes | |
int | from |
int | to |
int | weight |
Edge weights for communication (optional). More... | |
Definition at line 146 of file sparse_graph.hh.
int SparseGraph::Edge::from |
Definition at line 147 of file sparse_graph.hh.
int SparseGraph::Edge::to |
Definition at line 147 of file sparse_graph.hh.
int SparseGraph::Edge::weight |
Edge weights for communication (optional).
Definition at line 147 of file sparse_graph.hh.