|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
9 #ifndef _fei_GraphReducer_hpp_
10 #define _fei_GraphReducer_hpp_
62 bool prefixLinesWithPoundSign=
true);
74 #endif // _fei_GraphReducer_hpp_
virtual std::vector< remote_table_type * > & getRemoteGraph()=0
std::vector< remote_table_type * > & getRemoteGraph()
int addSymmetricIndices(int numIndices, int *indices, bool diagonal=false)
int addIndices(int row, int len, const int *indices)
table_type * getLocalGraph()
GraphReducer(fei::SharedPtr< fei::Reducer > reducer, fei::SharedPtr< fei::Graph > target)
int writeRemoteGraph(FEI_OSTREAM &os)
virtual table_type * getLocalGraph()=0
int writeLocalGraph(FEI_OSTREAM &os, bool debug=false, bool prefixLinesWithPoundSign=true)
fei::SharedPtr< fei::Reducer > reducer_
fei::SharedPtr< fei::Graph > target_