Reference documentation for deal.II version 8.4.2
MatrixBlock< MatrixType > Member List

This is the complete list of members for MatrixBlock< MatrixType >, including all inherited members.

add(const size_type i, const size_type j, const typename MatrixType::value_type value)MatrixBlock< MatrixType >inline
add(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true)MatrixBlock< MatrixType >inline
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)MatrixBlock< MatrixType >inline
add(const size_type row_index, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=true)MatrixBlock< MatrixType >inline
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)MatrixBlock< MatrixType >inline
columnMatrixBlock< MatrixType >
column_indicesMatrixBlock< MatrixType >private
DeclException2(ExcBlockIndexMismatch, size_type, size_type,<< "Block index "<< arg1<< " does not match "<< arg2)MatrixBlock< MatrixType >
Subscriptor::DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier <"<< arg2<< "> subscribes to this object of class "<< arg1<< ". Consequently, it cannot be unsubscribed.")Subscriptor
DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects."<< "\"<< "(Additional information: "<< arg3<< ")\"<< "See the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "a lot more information on what this error means and "<< "how to fix programs in which it happens.")Subscriptor
list_subscribers() constSubscriptor
matrixMatrixBlock< MatrixType >
MatrixBlock()MatrixBlock< MatrixType >inline
MatrixBlock(const MatrixBlock< MatrixType > &M)MatrixBlock< MatrixType >inline
MatrixBlock(size_type i, size_type j)MatrixBlock< MatrixType >inline
memory_consumption() constMatrixBlock< MatrixType >inline
n_subscriptions() constSubscriptor
operator=(const Subscriptor &)Subscriptor
reinit(const BlockSparsityPattern &sparsity)MatrixBlock< MatrixType >inline
rowMatrixBlock< MatrixType >
row_indicesMatrixBlock< MatrixType >private
serialize(Archive &ar, const unsigned int version)Subscriptorinline
size_type typedefMatrixBlock< MatrixType >
subscribe(const char *identifier=0) constSubscriptor
Subscriptor()Subscriptor
Subscriptor(const Subscriptor &)Subscriptor
Tvmult(VectorType &w, const VectorType &v) constMatrixBlock< MatrixType >inline
Tvmult_add(VectorType &w, const VectorType &v) constMatrixBlock< MatrixType >inline
unsubscribe(const char *identifier=0) constSubscriptor
value_type typedefMatrixBlock< MatrixType >
vmult(VectorType &w, const VectorType &v) constMatrixBlock< MatrixType >inline
vmult_add(VectorType &w, const VectorType &v) constMatrixBlock< MatrixType >inline
~Subscriptor()Subscriptorvirtual