15#ifndef Connex_components_H_INCLU
16#define Connex_components_H_INCLU
19#include <Connectivite_som_elem.h>
20#include <TRUSTTabs_forward.h>
23int search_connex_components_local(
const IntTab& elem_faces,
const IntTab& faces_elem, IntVect& num_compo);
24int compute_graph_connex_components(
const IntTab& graph, ArrOfInt& connex_components);
25int compute_global_connex_components(IntVect& num_compo,
int nb_local_components);