PETScWrappers::MPI::BlockSparseMatrix Member List

This is the complete list of members for PETScWrappers::MPI::BlockSparseMatrix, including all inherited members.
add(const unsigned int i, const unsigned int j, const value_type value)BlockMatrixBase< SparseMatrix >
add(const std::vector< unsigned int > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true)BlockMatrixBase< SparseMatrix >
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< SparseMatrix >
add(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number > &values, const bool elide_zero_values=true)BlockMatrixBase< SparseMatrix >
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< SparseMatrix >
add(const value_type factor, const BlockMatrixType &matrix)BlockMatrixBase< SparseMatrix >
BaseClass typedefPETScWrappers::MPI::BlockSparseMatrix
begin()BlockMatrixBase< SparseMatrix >
begin(const unsigned int r)BlockMatrixBase< SparseMatrix >
begin() constBlockMatrixBase< SparseMatrix >
begin(const unsigned int r) constBlockMatrixBase< SparseMatrix >
block(const unsigned int row, const unsigned int column)BlockMatrixBase< SparseMatrix >
block(const unsigned int row, const unsigned int column) constBlockMatrixBase< SparseMatrix >
BlockMatrixBase()BlockMatrixBase< SparseMatrix >
BlockMatrixIterators::Accessor classBlockMatrixBase< SparseMatrix > [friend]
BlockSparseMatrix()PETScWrappers::MPI::BlockSparseMatrix
BlockType typedefPETScWrappers::MPI::BlockSparseMatrix
clear()BlockMatrixBase< SparseMatrix > [protected]
collect_sizes()PETScWrappers::MPI::BlockSparseMatrix
compress()BlockMatrixBase< SparseMatrix >
copy_from(const BlockMatrixType &source)BlockMatrixBase< SparseMatrix >
diag_element(const unsigned int i) constBlockMatrixBase< SparseMatrix >
el(const unsigned int i, const unsigned int j) constBlockMatrixBase< SparseMatrix >
end()BlockMatrixBase< SparseMatrix >
end(const unsigned int r)BlockMatrixBase< SparseMatrix >
end() constBlockMatrixBase< SparseMatrix >
end(const unsigned int r) constBlockMatrixBase< SparseMatrix >
ExcIncompatibleColNumbers(int arg1, int arg2, int arg3, int arg4)BlockMatrixBase< SparseMatrix > [static]
ExcIncompatibleRowNumbers(int arg1, int arg2, int arg3, int arg4)BlockMatrixBase< SparseMatrix > [static]
ExcInUse(int arg1, char *arg2, std::string &arg3)Subscriptor [static]
ExcNoSubscriber(char *arg1, char *arg2)Subscriptor [static]
get_column_indices() constBlockMatrixBase< SparseMatrix >
get_mpi_communicator() const PETScWrappers::MPI::BlockSparseMatrix
get_row_indices() constBlockMatrixBase< SparseMatrix >
list_subscribers() const Subscriptor
m() constBlockMatrixBase< SparseMatrix >
matrix_norm_square(const BlockVectorType &v) constBlockMatrixBase< SparseMatrix >
matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) constBlockMatrixBase< SparseMatrix >
memory_consumption() constBlockMatrixBase< SparseMatrix >
n() constBlockMatrixBase< SparseMatrix >
n_block_cols() constBlockMatrixBase< SparseMatrix >
n_block_rows() constBlockMatrixBase< SparseMatrix >
n_subscriptions() const Subscriptor
operator()(const unsigned int i, const unsigned int j) constBlockMatrixBase< SparseMatrix >
operator*=(const value_type factor)BlockMatrixBase< SparseMatrix >
operator/=(const value_type factor)BlockMatrixBase< SparseMatrix >
operator=(const BlockSparseMatrix &)PETScWrappers::MPI::BlockSparseMatrix
operator=(const double d)PETScWrappers::MPI::BlockSparseMatrix [inline]
BlockMatrixBase< SparseMatrix >::operator=(const Subscriptor &)Subscriptor
prepare_add_operation()BlockMatrixBase< SparseMatrix > [protected]
prepare_set_operation()BlockMatrixBase< SparseMatrix > [protected]
reinit(const unsigned int n_block_rows, const unsigned int n_block_columns)PETScWrappers::MPI::BlockSparseMatrix
residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) constBlockMatrixBase< SparseMatrix >
row_block_indicesBlockMatrixBase< SparseMatrix > [protected]
serialize(Archive &ar, const unsigned int version)Subscriptor [inline]
set(const unsigned int i, const unsigned int j, const value_type value)BlockMatrixBase< SparseMatrix >
set(const std::vector< unsigned int > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false)BlockMatrixBase< SparseMatrix >
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< SparseMatrix >
set(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number > &values, const bool elide_zero_values=false)BlockMatrixBase< SparseMatrix >
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< SparseMatrix >
sub_objectsBlockMatrixBase< SparseMatrix > [protected]
subscribe(const char *identifier=0) const Subscriptor [inline]
Subscriptor()Subscriptor
Subscriptor(const Subscriptor &)Subscriptor
Tvmult(BlockVector &dst, const BlockVector &src) const PETScWrappers::MPI::BlockSparseMatrix [inline]
Tvmult(BlockVector &dst, const Vector &src) const PETScWrappers::MPI::BlockSparseMatrix [inline]
Tvmult(Vector &dst, const BlockVector &src) const PETScWrappers::MPI::BlockSparseMatrix [inline]
Tvmult(Vector &dst, const Vector &src) const PETScWrappers::MPI::BlockSparseMatrix [inline]
Tvmult_add(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix >
Tvmult_block_block(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix > [protected]
Tvmult_block_nonblock(BlockVectorType &dst, const VectorType &src) constBlockMatrixBase< SparseMatrix > [protected]
Tvmult_nonblock_block(VectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix > [protected]
Tvmult_nonblock_nonblock(VectorType &dst, const VectorType &src) constBlockMatrixBase< SparseMatrix > [protected]
unsubscribe(const char *identifier=0) const Subscriptor [inline]
value_type typedefPETScWrappers::MPI::BlockSparseMatrix
vmult(BlockVector &dst, const BlockVector &src) const PETScWrappers::MPI::BlockSparseMatrix [inline]
vmult(BlockVector &dst, const Vector &src) const PETScWrappers::MPI::BlockSparseMatrix [inline]
vmult(Vector &dst, const BlockVector &src) const PETScWrappers::MPI::BlockSparseMatrix [inline]
vmult(Vector &dst, const Vector &src) const PETScWrappers::MPI::BlockSparseMatrix [inline]
vmult_add(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix >
vmult_block_block(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix > [protected]
vmult_block_nonblock(BlockVectorType &dst, const VectorType &src) constBlockMatrixBase< SparseMatrix > [protected]
vmult_nonblock_block(VectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix > [protected]
vmult_nonblock_nonblock(VectorType &dst, const VectorType &src) constBlockMatrixBase< SparseMatrix > [protected]
~BlockSparseMatrix()PETScWrappers::MPI::BlockSparseMatrix
~Subscriptor()Subscriptor [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Mon May 21 2012 12:06:35 by doxygen 1.7.3