PETScWrappers::BlockSparseMatrix Member List

This is the complete list of members for PETScWrappers::BlockSparseMatrix, including all inherited members.
add(const unsigned int i, const unsigned int j, const value_type value)BlockMatrixBase< PETScWrappers::SparseMatrix >
add(const std::vector< unsigned int > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
add(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
add(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number > &values, const bool elide_zero_values=true)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
add(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const number *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
add(const value_type factor, const BlockMatrixType &matrix)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
BaseClass typedefPETScWrappers::BlockSparseMatrix
begin()BlockMatrixBase< PETScWrappers::SparseMatrix >
begin(const unsigned int r)BlockMatrixBase< PETScWrappers::SparseMatrix >
begin() constBlockMatrixBase< PETScWrappers::SparseMatrix >
begin(const unsigned int r) constBlockMatrixBase< PETScWrappers::SparseMatrix >
block(const unsigned int row, const unsigned int column)BlockMatrixBase< PETScWrappers::SparseMatrix >
block(const unsigned int row, const unsigned int column) constBlockMatrixBase< PETScWrappers::SparseMatrix >
BlockMatrixBase()BlockMatrixBase< PETScWrappers::SparseMatrix >
BlockMatrixIterators::Accessor classBlockMatrixBase< PETScWrappers::SparseMatrix > [friend]
BlockSparseMatrix()PETScWrappers::BlockSparseMatrix
BlockType typedefPETScWrappers::BlockSparseMatrix
clear()BlockMatrixBase< PETScWrappers::SparseMatrix > [protected]
collect_sizes()PETScWrappers::BlockSparseMatrix
column_block_indicesBlockMatrixBase< PETScWrappers::SparseMatrix > [protected]
compress()BlockMatrixBase< PETScWrappers::SparseMatrix >
const_iterator typedefPETScWrappers::BlockSparseMatrix
const_pointer typedefPETScWrappers::BlockSparseMatrix
const_reference typedefPETScWrappers::BlockSparseMatrix
copy_from(const BlockMatrixType &source)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
diag_element(const unsigned int i) constBlockMatrixBase< PETScWrappers::SparseMatrix >
el(const unsigned int i, const unsigned int j) constBlockMatrixBase< PETScWrappers::SparseMatrix >
end()BlockMatrixBase< PETScWrappers::SparseMatrix >
end(const unsigned int r)BlockMatrixBase< PETScWrappers::SparseMatrix >
end() constBlockMatrixBase< PETScWrappers::SparseMatrix >
end(const unsigned int r) constBlockMatrixBase< PETScWrappers::SparseMatrix >
get_column_indices() constBlockMatrixBase< PETScWrappers::SparseMatrix >
get_row_indices() constBlockMatrixBase< PETScWrappers::SparseMatrix >
iterator typedefPETScWrappers::BlockSparseMatrix
list_subscribers() const Subscriptor
m() constBlockMatrixBase< PETScWrappers::SparseMatrix >
matrix_norm_square(const BlockVectorType &v) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
n() constBlockMatrixBase< PETScWrappers::SparseMatrix >
n_block_cols() constBlockMatrixBase< PETScWrappers::SparseMatrix >
n_block_rows() constBlockMatrixBase< PETScWrappers::SparseMatrix >
n_subscriptions() const Subscriptor
operator()(const unsigned int i, const unsigned int j) constBlockMatrixBase< PETScWrappers::SparseMatrix >
operator*=(const value_type factor)BlockMatrixBase< PETScWrappers::SparseMatrix >
operator/=(const value_type factor)BlockMatrixBase< PETScWrappers::SparseMatrix >
operator=(const BlockSparseMatrix &)PETScWrappers::BlockSparseMatrix
operator=(const double d)PETScWrappers::BlockSparseMatrix
pointer typedefPETScWrappers::BlockSparseMatrix
reference typedefPETScWrappers::BlockSparseMatrix
reinit(const unsigned int n_block_rows, const unsigned int n_block_columns)PETScWrappers::BlockSparseMatrix
residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
row_block_indicesBlockMatrixBase< PETScWrappers::SparseMatrix > [protected]
set(const unsigned int i, const unsigned int j, const value_type value)BlockMatrixBase< PETScWrappers::SparseMatrix >
set(const std::vector< unsigned int > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
set(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
set(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number > &values, const bool elide_zero_values=false)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
set(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const number *values, const bool elide_zero_values=false)BlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
size_type typedefPETScWrappers::BlockSparseMatrix
sub_objectsBlockMatrixBase< PETScWrappers::SparseMatrix > [protected]
subscribe(const char *identifier=0) const Subscriptor [inline]
Subscriptor()Subscriptor
Subscriptor(const Subscriptor &)Subscriptor
Tvmult(BlockVector &dst, const BlockVector &src) const PETScWrappers::BlockSparseMatrix [inline]
Tvmult(BlockVector &dst, const Vector &src) const PETScWrappers::BlockSparseMatrix [inline]
Tvmult(Vector &dst, const BlockVector &src) const PETScWrappers::BlockSparseMatrix [inline]
Tvmult(Vector &dst, const Vector &src) const PETScWrappers::BlockSparseMatrix [inline]
Tvmult_add(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
Tvmult_block_block(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline, protected]
Tvmult_block_nonblock(BlockVectorType &dst, const VectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline, protected]
Tvmult_nonblock_block(VectorType &dst, const BlockVectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline, protected]
Tvmult_nonblock_nonblock(VectorType &dst, const VectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline, protected]
unsubscribe(const char *identifier=0) const Subscriptor [inline]
value_type typedefPETScWrappers::BlockSparseMatrix
vmult(BlockVector &dst, const BlockVector &src) const PETScWrappers::BlockSparseMatrix [inline]
vmult(BlockVector &dst, const Vector &src) const PETScWrappers::BlockSparseMatrix [inline]
vmult(Vector &dst, const BlockVector &src) const PETScWrappers::BlockSparseMatrix [inline]
vmult(Vector &dst, const Vector &src) const PETScWrappers::BlockSparseMatrix [inline]
vmult_add(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline]
vmult_block_block(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline, protected]
vmult_block_nonblock(BlockVectorType &dst, const VectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline, protected]
vmult_nonblock_block(VectorType &dst, const BlockVectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline, protected]
vmult_nonblock_nonblock(VectorType &dst, const VectorType &src) constBlockMatrixBase< PETScWrappers::SparseMatrix > [inline, protected]
~BlockSparseMatrix()PETScWrappers::BlockSparseMatrix
~Subscriptor()Subscriptor [virtual]

deal.II documentation generated on Mon Nov 23 22:58:28 2009 by doxygen 1.6.1