Reference documentation for deal.II version 9.0.0
|
This is the complete list of members for BlockSparseMatrix< number >, including all inherited members.
add(const size_type i, const size_type j, const value_type value) | BlockMatrixBase< SparseMatrix< number > > | |
add(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true) | BlockMatrixBase< SparseMatrix< number > > | |
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< SparseMatrix< number > > | |
add(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=true) | BlockMatrixBase< SparseMatrix< number > > | |
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< SparseMatrix< number > > | |
add(const value_type factor, const BlockMatrixBase< SparseMatrix< number > > &matrix) | BlockMatrixBase< SparseMatrix< number > > | |
BaseClass typedef | BlockSparseMatrix< number > | |
begin() | BlockMatrixBase< SparseMatrix< number > > | |
begin(const size_type r) | BlockMatrixBase< SparseMatrix< number > > | |
begin() const | BlockMatrixBase< SparseMatrix< number > > | |
begin(const size_type r) const | BlockMatrixBase< SparseMatrix< number > > | |
block(const unsigned int row, const unsigned int column) | BlockMatrixBase< SparseMatrix< number > > | |
block(const unsigned int row, const unsigned int column) const | BlockMatrixBase< SparseMatrix< number > > | |
BlockMatrixBase()=default | BlockMatrixBase< SparseMatrix< number > > | |
BlockSparseMatrix()=default | BlockSparseMatrix< number > | |
BlockSparseMatrix(const BlockSparsityPattern &sparsity) | BlockSparseMatrix< number > | |
BlockType typedef | BlockSparseMatrix< number > | |
clear() | BlockSparseMatrix< number > | |
collect_sizes() | BlockMatrixBase< SparseMatrix< number > > | protected |
compress(::VectorOperation::values operation) | BlockMatrixBase< SparseMatrix< number > > | |
copy_from(const BlockMatrixType &source) | BlockMatrixBase< SparseMatrix< number > > | |
diag_element(const size_type i) const | BlockMatrixBase< SparseMatrix< number > > | |
el(const size_type i, const size_type j) const | BlockMatrixBase< SparseMatrix< number > > | |
empty() const | BlockSparseMatrix< number > | |
end() | BlockMatrixBase< SparseMatrix< number > > | |
end(const size_type r) | BlockMatrixBase< SparseMatrix< number > > | |
end() const | BlockMatrixBase< SparseMatrix< number > > | |
end(const size_type r) const | BlockMatrixBase< SparseMatrix< number > > | |
ExcBlockDimensionMismatch() | BlockSparseMatrix< number > | static |
ExcIncompatibleColNumbers(int arg1, int arg2, int arg3, int arg4) | BlockMatrixBase< SparseMatrix< number > > | static |
ExcIncompatibleRowNumbers(int arg1, int arg2, int arg3, int arg4) | BlockMatrixBase< SparseMatrix< number > > | static |
ExcInUse(int arg1, std::string arg2, std::string arg3) | Subscriptor | static |
ExcNoSubscriber(std::string arg1, std::string arg2) | Subscriptor | static |
get_column_indices() const | BlockMatrixBase< SparseMatrix< number > > | |
get_row_indices() const | BlockMatrixBase< SparseMatrix< number > > | |
get_row_length(const size_type row) const | BlockSparseMatrix< number > | |
get_sparsity_pattern() const | BlockSparseMatrix< number > | |
list_subscribers() const | Subscriptor | |
m() const | BlockMatrixBase< SparseMatrix< number > > | |
matrix_norm_square(const BlockVectorType &v) const | BlockMatrixBase< SparseMatrix< number > > | |
matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) const | BlockMatrixBase< SparseMatrix< number > > | |
memory_consumption() const | BlockSparseMatrix< number > | |
n() const | BlockMatrixBase< SparseMatrix< number > > | |
n_actually_nonzero_elements(const double threshold=0.0) const | BlockSparseMatrix< number > | |
n_block_cols() const | BlockMatrixBase< SparseMatrix< number > > | |
n_block_rows() const | BlockMatrixBase< SparseMatrix< number > > | |
n_nonzero_elements() const | BlockSparseMatrix< number > | |
n_subscriptions() const | Subscriptor | |
operator()(const size_type i, const size_type j) const | BlockMatrixBase< SparseMatrix< number > > | |
operator*=(const value_type factor) | BlockMatrixBase< SparseMatrix< number > > | |
operator/=(const value_type factor) | BlockMatrixBase< SparseMatrix< number > > | |
operator=(const BlockSparseMatrix &) | BlockSparseMatrix< number > | |
operator=(const double d) | BlockSparseMatrix< number > | inline |
BlockMatrixBase< SparseMatrix< number > >::operator=(const Subscriptor &) | Subscriptor | |
BlockMatrixBase< SparseMatrix< number > >::operator=(Subscriptor &&) noexcept | Subscriptor | |
precondition_Jacobi(BlockVectorType &dst, const BlockVectorType &src, const number omega=1.) const | BlockSparseMatrix< number > | inline |
precondition_Jacobi(Vector< number2 > &dst, const Vector< number2 > &src, const number omega=1.) const | BlockSparseMatrix< number > | inline |
prepare_add_operation() | BlockMatrixBase< SparseMatrix< number > > | protected |
prepare_set_operation() | BlockMatrixBase< SparseMatrix< number > > | protected |
print(std::ostream &out, const bool alternative_output=false) const | BlockMatrixBase< SparseMatrix< number > > | |
print_formatted(std::ostream &out, const unsigned int precision=3, const bool scientific=true, const unsigned int width=0, const char *zero_string=" ", const double denominator=1.) const | BlockSparseMatrix< number > | |
reinit(const BlockSparsityPattern &sparsity) | BlockSparseMatrix< number > | virtual |
residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) const | BlockMatrixBase< SparseMatrix< number > > | |
row_block_indices | BlockMatrixBase< SparseMatrix< number > > | protected |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
set(const size_type i, const size_type j, const value_type value) | BlockMatrixBase< SparseMatrix< number > > | |
set(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false) | BlockMatrixBase< SparseMatrix< number > > | |
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< SparseMatrix< number > > | |
set(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=false) | BlockMatrixBase< SparseMatrix< number > > | |
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< SparseMatrix< number > > | |
sparsity_pattern | BlockSparseMatrix< number > | private |
sub_objects | BlockMatrixBase< SparseMatrix< number > > | protected |
subscribe(const char *identifier=nullptr) const | Subscriptor | |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
Subscriptor(Subscriptor &&) noexcept | Subscriptor | |
Tvmult(BlockVector< block_number > &dst, const BlockVector< block_number > &src) const | BlockSparseMatrix< number > | inline |
Tvmult(BlockVector< block_number > &dst, const Vector< nonblock_number > &src) const | BlockSparseMatrix< number > | inline |
Tvmult(Vector< nonblock_number > &dst, const BlockVector< block_number > &src) const | BlockSparseMatrix< number > | inline |
Tvmult(Vector< nonblock_number > &dst, const Vector< nonblock_number > &src) const | BlockSparseMatrix< number > | inline |
Tvmult_add(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | |
Tvmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
Tvmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
Tvmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
Tvmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
unsubscribe(const char *identifier=nullptr) const | Subscriptor | |
value_type typedef | BlockSparseMatrix< number > | |
vmult(BlockVector< block_number > &dst, const BlockVector< block_number > &src) const | BlockSparseMatrix< number > | inline |
vmult(BlockVector< block_number > &dst, const Vector< nonblock_number > &src) const | BlockSparseMatrix< number > | inline |
vmult(Vector< nonblock_number > &dst, const BlockVector< block_number > &src) const | BlockSparseMatrix< number > | inline |
vmult(Vector< nonblock_number > &dst, const Vector< nonblock_number > &src) const | BlockSparseMatrix< number > | inline |
vmult_add(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | |
vmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
vmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
vmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
vmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
~BlockMatrixBase() | BlockMatrixBase< SparseMatrix< number > > | |
~BlockSparseMatrix() | BlockSparseMatrix< number > | virtual |
~Subscriptor() | Subscriptor | virtual |