Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
BlockSparseMatrix< number > Member List

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 typedefBlockSparseMatrix< number >
begin()BlockMatrixBase< SparseMatrix< number > >
begin(const size_type r)BlockMatrixBase< SparseMatrix< number > >
begin() constBlockMatrixBase< SparseMatrix< number > >
begin(const size_type r) constBlockMatrixBase< SparseMatrix< number > >
block(const unsigned int row, const unsigned int column)BlockMatrixBase< SparseMatrix< number > >
block(const unsigned int row, const unsigned int column) constBlockMatrixBase< SparseMatrix< number > >
BlockMatrixBase()=defaultBlockMatrixBase< SparseMatrix< number > >
BlockSparseMatrix()=defaultBlockSparseMatrix< number >
BlockSparseMatrix(const BlockSparsityPattern &sparsity)BlockSparseMatrix< number >
BlockType typedefBlockSparseMatrix< number >
check_no_subscribers() const noexceptSubscriptorprivate
clear()BlockSparseMatrix< number >
collect_sizes()BlockMatrixBase< SparseMatrix< number > >protected
column_block_indicesBlockMatrixBase< SparseMatrix< number > >protected
compress(VectorOperation::values operation)BlockMatrixBase< SparseMatrix< number > >
const_iterator typedefBlockSparseMatrix< number >
const_pointer typedefBlockSparseMatrix< number >
const_reference typedefBlockSparseMatrix< number >
copy_from(const BlockMatrixType &source)BlockMatrixBase< SparseMatrix< number > >
counterSubscriptormutableprivate
counter_mapSubscriptormutableprivate
diag_element(const size_type i) constBlockMatrixBase< SparseMatrix< number > >
el(const size_type i, const size_type j) constBlockMatrixBase< SparseMatrix< number > >
empty() constBlockSparseMatrix< number >
end()BlockMatrixBase< SparseMatrix< number > >
end(const size_type r)BlockMatrixBase< SparseMatrix< number > >
end() constBlockMatrixBase< SparseMatrix< number > >
end(const size_type r) constBlockMatrixBase< 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)Subscriptorstatic
ExcNoSubscriber(std::string arg1, std::string arg2)Subscriptorstatic
frobenius_norm() constBlockMatrixBase< SparseMatrix< number > >
get_column_indices() constBlockMatrixBase< SparseMatrix< number > >
get_row_indices() constBlockMatrixBase< SparseMatrix< number > >
get_row_length(const size_type row) constBlockSparseMatrix< number >
get_sparsity_pattern() constBlockSparseMatrix< number >
iterator typedefBlockSparseMatrix< number >
list_subscribers(StreamType &stream) constSubscriptorinline
list_subscribers() constSubscriptor
m() constBlockMatrixBase< SparseMatrix< number > >
map_iterator typedefSubscriptorprivate
map_value_type typedefSubscriptorprivate
matrix_norm_square(const BlockVectorType &v) constBlockMatrixBase< SparseMatrix< number > >
matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) constBlockMatrixBase< SparseMatrix< number > >
memory_consumption() constBlockSparseMatrix< number >
mutexSubscriptorprivatestatic
n() constBlockMatrixBase< SparseMatrix< number > >
n_actually_nonzero_elements(const double threshold=0.0) constBlockSparseMatrix< number >
n_block_cols() constBlockMatrixBase< SparseMatrix< number > >
n_block_rows() constBlockMatrixBase< SparseMatrix< number > >
n_nonzero_elements() constBlockSparseMatrix< number >
n_subscriptions() constSubscriptorinline
object_infoSubscriptormutableprivate
operator()(const size_type i, const size_type j) constBlockMatrixBase< 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 &)Subscriptorinline
BlockMatrixBase< SparseMatrix< number > >::operator=(Subscriptor &&) noexceptSubscriptor
pointer typedefBlockSparseMatrix< number >
precondition_Jacobi(BlockVectorType &dst, const BlockVectorType &src, const number omega=1.) constBlockSparseMatrix< number >inline
precondition_Jacobi(Vector< number2 > &dst, const Vector< number2 > &src, const number omega=1.) constBlockSparseMatrix< 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) constBlockMatrixBase< 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 char *separator=" ") constBlockSparseMatrix< number >
real_type typedefBlockMatrixBase< SparseMatrix< number > >
reference typedefBlockSparseMatrix< number >
reinit(const BlockSparsityPattern &sparsity)BlockSparseMatrix< number >virtual
residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) constBlockMatrixBase< SparseMatrix< number > >
row_block_indicesBlockMatrixBase< SparseMatrix< number > >protected
serialize(Archive &ar, const unsigned int version)Subscriptorinline
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 > >
size_type typedefBlockSparseMatrix< number >
sparsity_patternBlockSparseMatrix< number >private
sub_objectsBlockMatrixBase< SparseMatrix< number > >protected
subscribe(std::atomic< bool > *const validity, const std::string &identifier="") constSubscriptor
Subscriptor()Subscriptorinline
Subscriptor(const Subscriptor &)Subscriptorinline
Subscriptor(Subscriptor &&) noexceptSubscriptor
temporary_dataBlockMatrixBase< SparseMatrix< number > >private
Tvmult(BlockVector< block_number > &dst, const BlockVector< block_number > &src) constBlockSparseMatrix< number >inline
Tvmult(BlockVector< block_number > &dst, const Vector< nonblock_number > &src) constBlockSparseMatrix< number >inline
Tvmult(Vector< nonblock_number > &dst, const BlockVector< block_number > &src) constBlockSparseMatrix< number >inline
Tvmult(Vector< nonblock_number > &dst, const Vector< nonblock_number > &src) constBlockSparseMatrix< number >inline
Tvmult_add(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix< number > >
Tvmult_block_block(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix< number > >protected
Tvmult_block_nonblock(BlockVectorType &dst, const VectorType &src) constBlockMatrixBase< SparseMatrix< number > >protected
Tvmult_nonblock_block(VectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix< number > >protected
Tvmult_nonblock_nonblock(VectorType &dst, const VectorType &src) constBlockMatrixBase< SparseMatrix< number > >protected
unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") constSubscriptor
validity_pointersSubscriptormutableprivate
value_type typedefBlockSparseMatrix< number >
vmult(BlockVector< block_number > &dst, const BlockVector< block_number > &src) constBlockSparseMatrix< number >inline
vmult(BlockVector< block_number > &dst, const Vector< nonblock_number > &src) constBlockSparseMatrix< number >inline
vmult(Vector< nonblock_number > &dst, const BlockVector< block_number > &src) constBlockSparseMatrix< number >inline
vmult(Vector< nonblock_number > &dst, const Vector< nonblock_number > &src) constBlockSparseMatrix< number >inline
vmult_add(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix< number > >
vmult_block_block(BlockVectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix< number > >protected
vmult_block_nonblock(BlockVectorType &dst, const VectorType &src) constBlockMatrixBase< SparseMatrix< number > >protected
vmult_nonblock_block(VectorType &dst, const BlockVectorType &src) constBlockMatrixBase< SparseMatrix< number > >protected
vmult_nonblock_nonblock(VectorType &dst, const VectorType &src) constBlockMatrixBase< SparseMatrix< number > >protected
~BlockMatrixBase() overrideBlockMatrixBase< SparseMatrix< number > >
~BlockSparseMatrix() overrideBlockSparseMatrix< number >virtual
~Subscriptor()Subscriptorvirtual