CoMMA 1.3.2
A geometric agglomerator for unstructured meshes
Loading...
Searching...
No Matches
comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > Member List

This is the complete list of members for comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >, including all inherited members.

_m_CRS_Col_Indcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
_m_CRS_Row_Ptrcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
_m_CRS_Valuescomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
_number_of_cellscomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
_visitedcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
_volumescomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
BFS(const CoMMAIndexType &root)comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
check_connectivity()comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
compute_fc_compactness_inside_a_cc(const std::unordered_set< CoMMAIndexType > &s_fc) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
compute_min_fc_compactness_inside_a_cc(const std::unordered_set< CoMMAIndexType > &s_fc) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
ContainerIndexConstIt typedefcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
ContainerIndexType typedefcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
ContainerWeightConstIt typedefcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
ContainerWeightType typedefcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >
DFS(const CoMMAIndexType &i_fc)comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
get_nb_of_neighbours(const CoMMAIndexType i_c) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
get_neighbours(const CoMMAIndexType &i_c) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
get_weights(const CoMMAIndexType &i_c) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
Graph(const CoMMAIndexType &nb_c, const ContainerIndexType &m_crs_row_ptr, const ContainerIndexType &m_crs_col_ind, const ContainerWeightType &m_crs_values, const ContainerWeightType &volumes)comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
neighbours_cbegin(const CoMMAIndexType &i_c) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
neighbours_cend(const CoMMAIndexType &i_c) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
weights_cbegin(const CoMMAIndexType &i_c) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
weights_cend(const CoMMAIndexType &i_c) constcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >inline
~Graph()=defaultcomma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType >virtual