add(const size_type i, const size_type j, const value_type value) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
add(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
add(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
add(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=true) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
add(const size_type row, const size_type n_cols, const size_type *col_indices, const number *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
add(const value_type factor, const BlockMatrixBase< MatrixType > &matrix) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
BaseClass typedef | PETScWrappers::BlockSparseMatrix | |
begin() | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
begin(const size_type r) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
begin() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
begin(const size_type r) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
block(const unsigned int row, const unsigned int column) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
block(const unsigned int row, const unsigned int column) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
BlockMatrixBase() | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
BlockSparseMatrix() | PETScWrappers::BlockSparseMatrix | |
BlockType typedef | PETScWrappers::BlockSparseMatrix | |
clear() | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
collect_sizes() | PETScWrappers::BlockSparseMatrix | |
column_block_indices (defined in BlockMatrixBase< PETScWrappers::SparseMatrix >) | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
compress(::VectorOperation::values operation) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
compress() DEAL_II_DEPRECATED | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
const_iterator typedef (defined in PETScWrappers::BlockSparseMatrix) | PETScWrappers::BlockSparseMatrix | |
const_pointer typedef (defined in PETScWrappers::BlockSparseMatrix) | PETScWrappers::BlockSparseMatrix | |
const_reference typedef (defined in PETScWrappers::BlockSparseMatrix) | PETScWrappers::BlockSparseMatrix | |
copy_from(const BlockMatrixType &source) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier \""<< arg2<< "\" did subscribe to this object of class "<< arg1) | Subscriptor | |
DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects.\n"<< "(Additional information: "<< arg3<< ")\n"<< "Note the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "more information on what this error means.") | Subscriptor | |
DeclException4(ExcIncompatibleRowNumbers, int, int, int, int,<< "The blocks ["<< arg1<< ','<< arg2<< "] and ["<< arg3<< ','<< arg4<< "] have differing row numbers.") | PETScWrappers::BlockSparseMatrix | |
DeclException4(ExcIncompatibleColNumbers, int, int, int, int,<< "The blocks ["<< arg1<< ','<< arg2<< "] and ["<< arg3<< ','<< arg4<< "] have differing column numbers.") | PETScWrappers::BlockSparseMatrix | |
diag_element(const size_type i) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
el(const size_type i, const size_type j) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
end() | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
end(const size_type r) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
end() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
end(const size_type r) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
get_column_indices() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
get_row_indices() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
iterator typedef (defined in PETScWrappers::BlockSparseMatrix) | PETScWrappers::BlockSparseMatrix | |
list_subscribers() const | Subscriptor | |
m() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
matrix_norm_square(const BlockVectorType &v) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
memory_consumption() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
n() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
n_block_cols() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
n_block_rows() const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
n_subscriptions() const | Subscriptor | |
operator()(const size_type i, const size_type j) const | BlockMatrixBase< 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 | inline |
BlockMatrixBase< PETScWrappers::SparseMatrix >::operator=(const Subscriptor &) | Subscriptor | |
pointer typedef (defined in PETScWrappers::BlockSparseMatrix) | PETScWrappers::BlockSparseMatrix | |
prepare_add_operation() | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
prepare_set_operation() | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
print(std::ostream &out, const bool alternative_output=false) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
reference typedef (defined in PETScWrappers::BlockSparseMatrix) | PETScWrappers::BlockSparseMatrix | |
reinit(const size_type n_block_rows, const size_type n_block_columns) | PETScWrappers::BlockSparseMatrix | |
residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
row_block_indices | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
set(const size_type i, const size_type j, const value_type value) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
set(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
set(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
set(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=false) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
set(const size_type row, const size_type n_cols, const size_type *col_indices, const number *values, const bool elide_zero_values=false) | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
size_type typedef (defined in PETScWrappers::BlockSparseMatrix) | PETScWrappers::BlockSparseMatrix | |
sub_objects | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
subscribe(const char *identifier=0) const | Subscriptor | |
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) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
Tvmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
Tvmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
Tvmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
Tvmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
unsubscribe(const char *identifier=0) const | Subscriptor | |
value_type typedef | PETScWrappers::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) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
vmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
vmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
vmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
vmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< PETScWrappers::SparseMatrix > | protected |
~BlockMatrixBase() | BlockMatrixBase< PETScWrappers::SparseMatrix > | |
~BlockSparseMatrix() | PETScWrappers::BlockSparseMatrix | |
~Subscriptor() | Subscriptor | virtual |