addRow(const std::vector< long > &rowPattern, const std::vector< double > &rowValues) | bitpit::SparseMatrix | |
addRow(long nRowNZ, const long *rowPattern, const double *rowValues) | bitpit::SparseMatrix | |
assembly() | bitpit::SparseMatrix | |
clear(bool release=false) | bitpit::SparseMatrix | |
clearPatternStorage(bool release) | bitpit::SparseMatrix | protected |
clearValueStorage(bool release) | bitpit::SparseMatrix | protected |
computeTranspose() const | bitpit::SparseMatrix | |
countAddedRows() const | bitpit::SparseMatrix | |
countMissingRows() const | bitpit::SparseMatrix | |
display(std::ostream &stream, double negligiblity, int indent=0) const | bitpit::SparseMatrix | virtual |
extractGhostGlobalCols() const | bitpit::SparseMatrix | |
extractGhostGlobalRows() const | bitpit::SparseMatrix | |
extractLocalGlobalCols() const | bitpit::SparseMatrix | |
extractLocalGlobalRows() const | bitpit::SparseMatrix | |
getBlockSize() const | bitpit::SparseMatrix | |
getColCount() const | bitpit::SparseMatrix | |
getColElementCount() const | bitpit::SparseMatrix | |
getColGlobalCount() const | bitpit::SparseMatrix | |
getColGlobalElementCount() const | bitpit::SparseMatrix | |
getColGlobalElementOffset() const | bitpit::SparseMatrix | |
getColGlobalOffset() const | bitpit::SparseMatrix | |
getCommunicator() const | bitpit::SparseMatrix | |
getMaxRowNZCount() const | bitpit::SparseMatrix | |
getMaxRowNZElementCount() const | bitpit::SparseMatrix | |
getMaxRowNZGlobalCount() const | bitpit::SparseMatrix | |
getMaxRowNZGlobalElementCount() const | bitpit::SparseMatrix | |
getNZCount() const | bitpit::SparseMatrix | |
getNZElementCount() const | bitpit::SparseMatrix | |
getNZGlobalCount() const | bitpit::SparseMatrix | |
getNZGlobalElementCount() const | bitpit::SparseMatrix | |
getRowCount() const | bitpit::SparseMatrix | |
getRowElementCount() const | bitpit::SparseMatrix | |
getRowGlobalCount() const | bitpit::SparseMatrix | |
getRowGlobalElementCount() const | bitpit::SparseMatrix | |
getRowGlobalElementOffset() const | bitpit::SparseMatrix | |
getRowGlobalOffset() const | bitpit::SparseMatrix | |
getRowNZCount(long row) const | bitpit::SparseMatrix | |
getRowNZElementCount(long row) const | bitpit::SparseMatrix | |
getRowPattern(long row) const | bitpit::SparseMatrix | |
getRowPattern(long row, ConstProxyVector< long > *pattern) const | bitpit::SparseMatrix | |
getRowPatternData(long row) | bitpit::SparseMatrix | protected |
getRowPatternData(long row) const | bitpit::SparseMatrix | protected |
getRowValues(long row) const | bitpit::SparseMatrix | |
getRowValues(long row, ConstProxyVector< double > *values) const | bitpit::SparseMatrix | |
getRowValuesData(long row) | bitpit::SparseMatrix | protected |
getRowValuesData(long row) const | bitpit::SparseMatrix | protected |
initialize(long nRows, long nCols, long nNZ) | bitpit::SparseMatrix | |
initialize(int blockSize, long nRows, long nCols, long nNZ) | bitpit::SparseMatrix | |
initialize(bool partitioned, long nRows, long nCols, long nNZ) | bitpit::SparseMatrix | |
initialize(bool partitioned, int blockSize, long nRows, long nCols, long nNZ) | bitpit::SparseMatrix | |
initializePatternStorage() | bitpit::SparseMatrix | protected |
initializeValueStorage() | bitpit::SparseMatrix | protected |
isAssembled() const | bitpit::SparseMatrix | |
isPartitioned() const | bitpit::SparseMatrix | |
m_assembled (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_blockSize (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_communicator (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_global_colOffset (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_global_maxRowNZ (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_global_nCols (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_global_nNZ (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_global_nRows (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_global_rowOffset (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_lastRow (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_maxRowNZ (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_nCols (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_nNZ (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_nRows (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_partitioned (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_pattern (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
m_values (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | protected |
SparseMatrix() | bitpit::SparseMatrix | |
SparseMatrix(long nRows, long nCols, long nNZ) | bitpit::SparseMatrix | |
SparseMatrix(int blockSize, long nRows, long nCols, long nNZ) | bitpit::SparseMatrix | |
SparseMatrix(MPI_Comm communicator) | bitpit::SparseMatrix | |
SparseMatrix(MPI_Comm communicator, bool partitioned, long nRows, long nCols, long nNZ) | bitpit::SparseMatrix | |
SparseMatrix(MPI_Comm communicator, bool partitioned, int blockSize, long nRows, long nCols, long nNZ) | bitpit::SparseMatrix | |
SparseMatrix(const SparseMatrix &other) | bitpit::SparseMatrix | |
SparseMatrix(SparseMatrix &&other)=default (defined in bitpit::SparseMatrix) | bitpit::SparseMatrix | |
squeeze() | bitpit::SparseMatrix | |
squeezePatternStorage() | bitpit::SparseMatrix | protected |
squeezeValueStorage() | bitpit::SparseMatrix | protected |
~SparseMatrix() | bitpit::SparseMatrix | |