, 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 > | [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< 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< 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< SparseMatrix > | [inline] |
add(const value_type factor, const BlockMatrixType &matrix) | BlockMatrixBase< SparseMatrix > | [inline] |
BaseClass typedef | TrilinosWrappers::BlockSparseMatrix | |
begin() | BlockMatrixBase< SparseMatrix > | |
begin(const unsigned int r) | BlockMatrixBase< SparseMatrix > | |
begin() const | BlockMatrixBase< SparseMatrix > | |
begin(const unsigned int r) const | BlockMatrixBase< SparseMatrix > | |
block(const unsigned int row, const unsigned int column) | BlockMatrixBase< SparseMatrix > | |
block(const unsigned int row, const unsigned int column) const | BlockMatrixBase< SparseMatrix > | |
BlockMatrixBase() | BlockMatrixBase< SparseMatrix > | |
BlockMatrixIterators::Accessor class | BlockMatrixBase< SparseMatrix > | [friend] |
BlockSparseMatrix() | TrilinosWrappers::BlockSparseMatrix | |
BlockType typedef | TrilinosWrappers::BlockSparseMatrix | |
clear() | BlockMatrixBase< SparseMatrix > | [protected] |
collect_sizes() | TrilinosWrappers::BlockSparseMatrix | |
column_block_indices | BlockMatrixBase< SparseMatrix > | [protected] |
compress() | TrilinosWrappers::BlockSparseMatrix | |
const_iterator typedef | TrilinosWrappers::BlockSparseMatrix | |
const_pointer typedef | TrilinosWrappers::BlockSparseMatrix | |
const_reference typedef | TrilinosWrappers::BlockSparseMatrix | |
copy_from(const BlockMatrixType &source) | BlockMatrixBase< SparseMatrix > | [inline] |
diag_element(const unsigned int i) const | BlockMatrixBase< SparseMatrix > | |
el(const unsigned int i, const unsigned int j) const | BlockMatrixBase< SparseMatrix > | |
end() | BlockMatrixBase< SparseMatrix > | |
end(const unsigned int r) | BlockMatrixBase< SparseMatrix > | |
end() const | BlockMatrixBase< SparseMatrix > | |
end(const unsigned int r) const | BlockMatrixBase< SparseMatrix > | |
get_column_indices() const | BlockMatrixBase< SparseMatrix > | |
get_row_indices() const | BlockMatrixBase< SparseMatrix > | |
is_compressed() const | TrilinosWrappers::BlockSparseMatrix | [inline] |
iterator typedef | TrilinosWrappers::BlockSparseMatrix | |
list_subscribers() const | Subscriptor | |
m() const | BlockMatrixBase< SparseMatrix > | |
matrix_norm_square(const BlockVectorType &v) const | BlockMatrixBase< SparseMatrix > | [inline] |
matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) const | BlockMatrixBase< SparseMatrix > | [inline] |
n() const | BlockMatrixBase< SparseMatrix > | |
n_block_cols() const | BlockMatrixBase< SparseMatrix > | |
n_block_rows() const | BlockMatrixBase< SparseMatrix > | |
n_nonzero_elements() const | TrilinosWrappers::BlockSparseMatrix | |
n_subscriptions() const | Subscriptor | |
operator()(const unsigned int i, const unsigned int j) const | BlockMatrixBase< SparseMatrix > | |
operator*=(const value_type factor) | BlockMatrixBase< SparseMatrix > | |
operator/=(const value_type factor) | BlockMatrixBase< SparseMatrix > | |
operator=(const BlockSparseMatrix &) | TrilinosWrappers::BlockSparseMatrix | |
operator=(const double d) | TrilinosWrappers::BlockSparseMatrix | |
BlockMatrixBase< SparseMatrix >::operator=(const Subscriptor &) | Subscriptor | |
pointer typedef | TrilinosWrappers::BlockSparseMatrix | |
reference typedef | TrilinosWrappers::BlockSparseMatrix | |
reinit(const unsigned int n_block_rows, const unsigned int n_block_columns) | TrilinosWrappers::BlockSparseMatrix | |
reinit(const std::vector< Epetra_Map > &input_maps, const BlockSparsityType &block_sparsity_pattern) | TrilinosWrappers::BlockSparseMatrix | [inline] |
reinit(const BlockSparsityType &block_sparsity_pattern) | TrilinosWrappers::BlockSparseMatrix | [inline] |
reinit(const std::vector< Epetra_Map > &input_maps, const ::::BlockSparseMatrix< double > &deal_ii_sparse_matrix, const double drop_tolerance=1e-13) | TrilinosWrappers::BlockSparseMatrix | |
reinit(const ::::BlockSparseMatrix< double > &deal_ii_sparse_matrix, const double drop_tolerance=1e-13) | TrilinosWrappers::BlockSparseMatrix | |
residual(MPI::BlockVector &dst, const MPI::BlockVector &x, const MPI::BlockVector &b) const | TrilinosWrappers::BlockSparseMatrix | |
residual(BlockVector &dst, const BlockVector &x, const BlockVector &b) const | TrilinosWrappers::BlockSparseMatrix | |
residual(MPI::BlockVector &dst, const MPI::Vector &x, const MPI::BlockVector &b) const | TrilinosWrappers::BlockSparseMatrix | |
residual(BlockVector &dst, const Vector &x, const BlockVector &b) const | TrilinosWrappers::BlockSparseMatrix | |
residual(MPI::Vector &dst, const MPI::BlockVector &x, const MPI::Vector &b) const | TrilinosWrappers::BlockSparseMatrix | |
residual(Vector &dst, const BlockVector &x, const Vector &b) const | TrilinosWrappers::BlockSparseMatrix | |
residual(VectorBase &dst, const VectorBase &x, const VectorBase &b) const | TrilinosWrappers::BlockSparseMatrix | |
BlockMatrixBase< SparseMatrix >::residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) const | BlockMatrixBase< SparseMatrix > | [inline] |
row_block_indices | BlockMatrixBase< SparseMatrix > | [protected] |
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 > | [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< 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< 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< SparseMatrix > | [inline] |
size_type typedef | TrilinosWrappers::BlockSparseMatrix | |
sub_objects | BlockMatrixBase< SparseMatrix > | [protected] |
subscribe(const char *identifier=0) const | Subscriptor | [inline] |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
Tvmult(MPI::BlockVector &dst, const MPI::BlockVector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
Tvmult(BlockVector &dst, const BlockVector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
Tvmult(MPI::BlockVector &dst, const MPI::Vector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
Tvmult(BlockVector &dst, const Vector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
Tvmult(MPI::Vector &dst, const MPI::BlockVector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
Tvmult(Vector &dst, const BlockVector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
Tvmult(VectorBase &dst, const VectorBase &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
Tvmult_add(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline] |
Tvmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline, protected] |
Tvmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline, protected] |
Tvmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline, protected] |
Tvmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline, protected] |
unsubscribe(const char *identifier=0) const | Subscriptor | [inline] |
value_type typedef | TrilinosWrappers::BlockSparseMatrix | |
vmult(MPI::BlockVector &dst, const MPI::BlockVector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
vmult(BlockVector &dst, const BlockVector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
vmult(MPI::BlockVector &dst, const MPI::Vector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
vmult(BlockVector &dst, const Vector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
vmult(MPI::Vector &dst, const MPI::BlockVector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
vmult(Vector &dst, const BlockVector &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
vmult(VectorBase &dst, const VectorBase &src) const | TrilinosWrappers::BlockSparseMatrix | [inline] |
vmult_add(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline] |
vmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline, protected] |
vmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline, protected] |
vmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline, protected] |
vmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix > | [inline, protected] |
~BlockSparseMatrix() | TrilinosWrappers::BlockSparseMatrix | |
~Subscriptor() | Subscriptor | [virtual] |