![]() |
Reference documentation for deal.II version 8.1.0
|
This is the complete list of members for MatrixBlock< MATRIX >, including all inherited members.
add(const size_type i, const size_type j, const typename MATRIX::value_type value) | MatrixBlock< MATRIX > | inline |
add(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true) | MatrixBlock< MATRIX > | 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< MATRIX > | 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< MATRIX > | 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< MATRIX > | inline |
column | MatrixBlock< MATRIX > | |
column_indices | MatrixBlock< MATRIX > | private |
DeclException2(ExcBlockIndexMismatch, size_type, size_type,<< "Block index "<< arg1<< " does not match "<< arg2) | MatrixBlock< MATRIX > | |
Subscriptor::DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier \""<< arg2<< "\" did subscribe to this object of class "<< arg1) | Subscriptor | |
DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects.\n"<< "(Additional information: "<< arg3<< ")\n"<< "Note the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "more information on what this error means.") | Subscriptor | |
internal::reinit (defined in MatrixBlock< MATRIX >) | MatrixBlock< MATRIX > | friend |
list_subscribers() const | Subscriptor | |
matrix | MatrixBlock< MATRIX > | |
MatrixBlock() | MatrixBlock< MATRIX > | inline |
MatrixBlock(const MatrixBlock< MATRIX > &M) | MatrixBlock< MATRIX > | inline |
MatrixBlock(size_type i, size_type j) | MatrixBlock< MATRIX > | inline |
memory_consumption() const | MatrixBlock< MATRIX > | inline |
n_subscriptions() const | Subscriptor | |
operator const MATRIX &() const (defined in MatrixBlock< MATRIX >) | MatrixBlock< MATRIX > | inline |
operator MATRIX &() (defined in MatrixBlock< MATRIX >) | MatrixBlock< MATRIX > | inline |
operator=(const Subscriptor &) | Subscriptor | |
reinit(const BlockSparsityPattern &sparsity) | MatrixBlock< MATRIX > | inline |
row | MatrixBlock< MATRIX > | |
row_indices | MatrixBlock< MATRIX > | private |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
size_type typedef | MatrixBlock< MATRIX > | |
subscribe(const char *identifier=0) const | Subscriptor | |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
Tvmult(VECTOR &w, const VECTOR &v) const | MatrixBlock< MATRIX > | inline |
Tvmult_add(VECTOR &w, const VECTOR &v) const | MatrixBlock< MATRIX > | inline |
unsubscribe(const char *identifier=0) const | Subscriptor | |
vmult(VECTOR &w, const VECTOR &v) const | MatrixBlock< MATRIX > | inline |
vmult_add(VECTOR &w, const VECTOR &v) const | MatrixBlock< MATRIX > | inline |
~Subscriptor() | Subscriptor | virtual |