Reference documentation for deal.II version GIT relicensing-245-g36f19064f7 2024-03-29 07:20: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
TrilinosWrappers::BlockSparseMatrix Member List

This is the complete list of members for TrilinosWrappers::BlockSparseMatrix, including all inherited members.

add(const size_type i, const size_type j, const value_type value)BlockMatrixBase< SparseMatrix >
add(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true)BlockMatrixBase< 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< 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< 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< SparseMatrix >
add(const value_type factor, const BlockMatrixBase< SparseMatrix > &matrix)BlockMatrixBase< SparseMatrix >
BaseClass typedefTrilinosWrappers::BlockSparseMatrix
begin()BlockMatrixBase< SparseMatrix >
begin(const size_type r)BlockMatrixBase< SparseMatrix >
begin() constBlockMatrixBase< SparseMatrix >
begin(const size_type 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()=defaultBlockMatrixBase< SparseMatrix >
BlockSparseMatrix()=defaultTrilinosWrappers::BlockSparseMatrix
BlockType typedefTrilinosWrappers::BlockSparseMatrix
check_no_subscribers() const noexceptSubscriptorprivate
clear()BlockMatrixBase< SparseMatrix >protected
collect_sizes()TrilinosWrappers::BlockSparseMatrix
column_block_indicesBlockMatrixBase< SparseMatrix >protected
compress(VectorOperation::values operation)BlockMatrixBase< SparseMatrix >
const_iterator typedefTrilinosWrappers::BlockSparseMatrix
const_pointer typedefTrilinosWrappers::BlockSparseMatrix
const_reference typedefTrilinosWrappers::BlockSparseMatrix
copy_from(const BlockMatrixType &source)BlockMatrixBase< SparseMatrix >
counterSubscriptormutableprivate
counter_mapSubscriptormutableprivate
diag_element(const size_type i) constBlockMatrixBase< SparseMatrix >
el(const size_type i, const size_type j) constBlockMatrixBase< SparseMatrix >
end()BlockMatrixBase< SparseMatrix >
end(const size_type r)BlockMatrixBase< SparseMatrix >
end() constBlockMatrixBase< SparseMatrix >
end(const size_type r) constBlockMatrixBase< SparseMatrix >
ExcIncompatibleColNumbers(int arg1, int arg2, int arg3, int arg4)TrilinosWrappers::BlockSparseMatrixstatic
ExcIncompatibleRowNumbers(int arg1, int arg2, int arg3, int arg4)TrilinosWrappers::BlockSparseMatrixstatic
ExcInUse(int arg1, std::string arg2, std::string arg3)Subscriptorstatic
ExcNoSubscriber(std::string arg1, std::string arg2)Subscriptorstatic
frobenius_norm() constBlockMatrixBase< SparseMatrix >
get_column_indices() constBlockMatrixBase< SparseMatrix >
get_mpi_communicator() constTrilinosWrappers::BlockSparseMatrix
get_row_indices() constBlockMatrixBase< SparseMatrix >
is_compressed() constTrilinosWrappers::BlockSparseMatrixinline
iterator typedefTrilinosWrappers::BlockSparseMatrix
list_subscribers(StreamType &stream) constSubscriptorinline
list_subscribers() constSubscriptor
locally_owned_domain_indices() constTrilinosWrappers::BlockSparseMatrixinline
locally_owned_range_indices() constTrilinosWrappers::BlockSparseMatrixinline
m() constBlockMatrixBase< SparseMatrix >
map_iterator typedefSubscriptorprivate
map_value_type typedefSubscriptorprivate
matrix_norm_square(const BlockVectorType &v) constBlockMatrixBase< SparseMatrix >
matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) constBlockMatrixBase< SparseMatrix >
memory_consumption() constBlockMatrixBase< SparseMatrix >
mutexSubscriptorprivatestatic
n() constBlockMatrixBase< SparseMatrix >
n_block_cols() constBlockMatrixBase< SparseMatrix >
n_block_rows() constBlockMatrixBase< SparseMatrix >
n_nonzero_elements() constTrilinosWrappers::BlockSparseMatrix
n_subscriptions() constSubscriptorinline
object_infoSubscriptormutableprivate
operator()(const size_type i, const size_type j) constBlockMatrixBase< SparseMatrix >
operator*=(const value_type factor)BlockMatrixBase< SparseMatrix >
operator/=(const value_type factor)BlockMatrixBase< SparseMatrix >
operator=(const BlockSparseMatrix &)=defaultTrilinosWrappers::BlockSparseMatrix
operator=(const double d)TrilinosWrappers::BlockSparseMatrixinline
BlockMatrixBase< SparseMatrix >::operator=(const Subscriptor &)Subscriptorinline
BlockMatrixBase< SparseMatrix >::operator=(Subscriptor &&) noexceptSubscriptor
pointer typedefTrilinosWrappers::BlockSparseMatrix
prepare_add_operation()BlockMatrixBase< SparseMatrix >protected
prepare_set_operation()BlockMatrixBase< SparseMatrix >protected
print(std::ostream &out, const bool alternative_output=false) constBlockMatrixBase< SparseMatrix >
real_type typedefBlockMatrixBase< SparseMatrix >
reference typedefTrilinosWrappers::BlockSparseMatrix
reinit(const size_type n_block_rows, const size_type n_block_columns)TrilinosWrappers::BlockSparseMatrix
reinit(const std::vector< IndexSet > &input_maps, const BlockSparsityPatternType &block_sparsity_pattern, const MPI_Comm communicator=MPI_COMM_WORLD, const bool exchange_data=false)TrilinosWrappers::BlockSparseMatrix
reinit(const BlockSparsityPatternType &block_sparsity_pattern)TrilinosWrappers::BlockSparseMatrix
reinit(const std::vector< IndexSet > &parallel_partitioning, const ::BlockSparseMatrix< double > &dealii_block_sparse_matrix, const MPI_Comm communicator=MPI_COMM_WORLD, const double drop_tolerance=1e-13)TrilinosWrappers::BlockSparseMatrix
reinit(const ::BlockSparseMatrix< double > &deal_ii_sparse_matrix, const double drop_tolerance=1e-13)TrilinosWrappers::BlockSparseMatrix
reinit(const BlockSparsityPattern &block_sparsity_pattern)TrilinosWrappers::BlockSparseMatrix
residual(MPI::BlockVector &dst, const MPI::BlockVector &x, const MPI::BlockVector &b) constTrilinosWrappers::BlockSparseMatrix
residual(MPI::BlockVector &dst, const MPI::Vector &x, const MPI::BlockVector &b) constTrilinosWrappers::BlockSparseMatrix
residual(MPI::Vector &dst, const MPI::BlockVector &x, const MPI::Vector &b) constTrilinosWrappers::BlockSparseMatrix
residual(MPI::Vector &dst, const MPI::Vector &x, const MPI::Vector &b) constTrilinosWrappers::BlockSparseMatrix
BlockMatrixBase< SparseMatrix >::residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) constBlockMatrixBase< SparseMatrix >
row_block_indicesBlockMatrixBase< SparseMatrix >protected
serialize(Archive &ar, const unsigned int version)Subscriptorinline
set(const size_type i, const size_type j, const value_type value)BlockMatrixBase< SparseMatrix >
set(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false)BlockMatrixBase< 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< 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< 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< SparseMatrix >
size_type typedefTrilinosWrappers::BlockSparseMatrix
sub_objectsBlockMatrixBase< SparseMatrix >protected
subscribe(std::atomic< bool > *const validity, const std::string &identifier="") constSubscriptor
Subscriptor()Subscriptorinline
Subscriptor(const Subscriptor &)Subscriptorinline
Subscriptor(Subscriptor &&) noexceptSubscriptor
temporary_dataBlockMatrixBase< SparseMatrix >private
Tvmult(VectorType1 &dst, const VectorType2 &src) constTrilinosWrappers::BlockSparseMatrixinline
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(std::atomic< bool > *const validity, const std::string &identifier="") constSubscriptor
validity_pointersSubscriptormutableprivate
value_type typedefTrilinosWrappers::BlockSparseMatrix
vmult(VectorType1 &dst, const VectorType2 &src) constTrilinosWrappers::BlockSparseMatrixinline
vmult(VectorType1 &dst, const VectorType2 &src, const bool transpose, const std::bool_constant< true >, const std::bool_constant< true >) constTrilinosWrappers::BlockSparseMatrixinlineprivate
vmult(VectorType1 &dst, const VectorType2 &src, const bool transpose, const std::bool_constant< false >, const std::bool_constant< true >) constTrilinosWrappers::BlockSparseMatrixinlineprivate
vmult(VectorType1 &dst, const VectorType2 &src, const bool transpose, const std::bool_constant< true >, const std::bool_constant< false >) constTrilinosWrappers::BlockSparseMatrixinlineprivate
vmult(VectorType1 &dst, const VectorType2 &src, const bool transpose, const std::bool_constant< false >, const std::bool_constant< false >) constTrilinosWrappers::BlockSparseMatrixinlineprivate
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
~BlockMatrixBase() overrideBlockMatrixBase< SparseMatrix >
~BlockSparseMatrix() overrideTrilinosWrappers::BlockSparseMatrix
~Subscriptor()Subscriptorvirtual