9#ifndef _fei_Graph_Impl_hpp_
10#define _fei_Graph_Impl_hpp_
60 bool prefixLinesWithPoundSign=
true);
int getLocalRowLength(int row)
int addIndices(int row, int len, const int *indices)
fei::SharedPtr< fei::EqnComm > eqnComm_
int getNumLocalNonzeros() const
std::vector< remote_table_type * > remoteGraphData_
table_type * getLocalGraph()
Graph_Impl(MPI_Comm comm, int firstLocalRow, int lastLocalRow)
int writeLocalGraph(FEI_OSTREAM &os, bool debug=false, bool prefixLinesWithPoundSign=true)
int writeRemoteGraph(FEI_OSTREAM &os)
std::vector< remote_table_type * > & getRemoteGraph()
void addDiagonals(int numIndices, int *indices)
int addSymmetricIndices(int numIndices, int *indices, bool diagonal=false)
table_type * localGraphData_