![]() |
Reference documentation for deal.II version 8.4.2
|
This is the complete list of members for TrilinosWrappers::SparseMatrix, including all inherited members.
| add(const size_type i, const size_type j, const TrilinosScalar value) | TrilinosWrappers::SparseMatrix | |
| add(const std::vector< size_type > &indices, const FullMatrix< TrilinosScalar > &full_matrix, const bool elide_zero_values=true) | TrilinosWrappers::SparseMatrix | |
| add(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< TrilinosScalar > &full_matrix, const bool elide_zero_values=true) | TrilinosWrappers::SparseMatrix | |
| add(const size_type row, const std::vector< size_type > &col_indices, const std::vector< TrilinosScalar > &values, const bool elide_zero_values=true) | TrilinosWrappers::SparseMatrix | |
| add(const size_type row, const size_type n_cols, const size_type *col_indices, const TrilinosScalar *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false) | TrilinosWrappers::SparseMatrix | |
| add(const TrilinosScalar factor, const SparseMatrix &matrix) | TrilinosWrappers::SparseMatrix | |
| begin() const | TrilinosWrappers::SparseMatrix | |
| begin() | TrilinosWrappers::SparseMatrix | |
| begin(const size_type r) const | TrilinosWrappers::SparseMatrix | |
| begin(const size_type r) | TrilinosWrappers::SparseMatrix | |
| BlockMatrixBase< SparseMatrix > class | TrilinosWrappers::SparseMatrix | friend |
| clear() | TrilinosWrappers::SparseMatrix | |
| clear_row(const size_type row, const TrilinosScalar new_diag_value=0) | TrilinosWrappers::SparseMatrix | |
| clear_rows(const std::vector< size_type > &rows, const TrilinosScalar new_diag_value=0) | TrilinosWrappers::SparseMatrix | |
| col_partitioner() const DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| column_space_map | TrilinosWrappers::SparseMatrix | private |
| compress(::VectorOperation::values operation) | TrilinosWrappers::SparseMatrix | |
| compressed | TrilinosWrappers::SparseMatrix | private |
| const_iterator typedef | TrilinosWrappers::SparseMatrix | |
| copy_from(const SparseMatrix &source) | TrilinosWrappers::SparseMatrix | |
| DeclException0(ExcSourceEqualsDestination) | TrilinosWrappers::SparseMatrix | |
| DeclException0(ExcMatrixNotCompressed) | TrilinosWrappers::SparseMatrix | |
| DeclException1(ExcTrilinosError, int,<< "An error with error number "<< arg1<< " occurred while calling a Trilinos function") | TrilinosWrappers::SparseMatrix | |
| DeclException2(ExcInvalidIndex, size_type, size_type,<< "The entry with index <"<< arg1<< ','<< arg2<< "> does not exist.") | TrilinosWrappers::SparseMatrix | |
| DeclException2(ExcAccessToNonPresentElement, size_type, size_type,<< "You tried to access element ("<< arg1<< "/"<< arg2<< ")"<< " of a sparse matrix, but it appears to not"<< " exist in the Trilinos sparsity pattern.") | TrilinosWrappers::SparseMatrix | |
| 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 | |
| DeclException4(ExcAccessToNonLocalElement, size_type, size_type, size_type, size_type,<< "You tried to access element ("<< arg1<< "/"<< arg2<< ")"<< " of a distributed matrix, but only rows "<< arg3<< " through "<< arg4<< " are stored locally and can be accessed.") | TrilinosWrappers::SparseMatrix | |
| diag_element(const size_type i) const | TrilinosWrappers::SparseMatrix | |
| domain_partitioner() const DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| el(const size_type i, const size_type j) const | TrilinosWrappers::SparseMatrix | |
| end() const | TrilinosWrappers::SparseMatrix | |
| end() | TrilinosWrappers::SparseMatrix | |
| end(const size_type r) const | TrilinosWrappers::SparseMatrix | |
| end(const size_type r) | TrilinosWrappers::SparseMatrix | |
| frobenius_norm() const | TrilinosWrappers::SparseMatrix | |
| get_mpi_communicator() const | TrilinosWrappers::SparseMatrix | |
| in_local_range(const size_type index) const | TrilinosWrappers::SparseMatrix | |
| is_compressed() const | TrilinosWrappers::SparseMatrix | |
| iterator typedef | TrilinosWrappers::SparseMatrix | |
| l1_norm() const | TrilinosWrappers::SparseMatrix | |
| last_action | TrilinosWrappers::SparseMatrix | private |
| linfty_norm() const | TrilinosWrappers::SparseMatrix | |
| list_subscribers() const | Subscriptor | |
| local_range() const | TrilinosWrappers::SparseMatrix | |
| local_size() const | TrilinosWrappers::SparseMatrix | |
| locally_owned_domain_indices() const | TrilinosWrappers::SparseMatrix | |
| locally_owned_range_indices() const | TrilinosWrappers::SparseMatrix | |
| m() const | TrilinosWrappers::SparseMatrix | |
| matrix | TrilinosWrappers::SparseMatrix | private |
| matrix_norm_square(const VectorBase &v) const | TrilinosWrappers::SparseMatrix | |
| matrix_scalar_product(const VectorBase &u, const VectorBase &v) const | TrilinosWrappers::SparseMatrix | |
| memory_consumption() const | TrilinosWrappers::SparseMatrix | |
| mmult(SparseMatrix &C, const SparseMatrix &B, const VectorBase &V=VectorBase()) const | TrilinosWrappers::SparseMatrix | |
| n() const | TrilinosWrappers::SparseMatrix | |
| n_nonzero_elements() const | TrilinosWrappers::SparseMatrix | |
| n_subscriptions() const | Subscriptor | |
| nonlocal_matrix | TrilinosWrappers::SparseMatrix | private |
| nonlocal_matrix_exporter | TrilinosWrappers::SparseMatrix | private |
| operator()(const size_type i, const size_type j) const | TrilinosWrappers::SparseMatrix | |
| operator*=(const TrilinosScalar factor) | TrilinosWrappers::SparseMatrix | |
| operator/=(const TrilinosScalar factor) | TrilinosWrappers::SparseMatrix | |
| operator=(const double d) | TrilinosWrappers::SparseMatrix | |
| operator=(const SparseMatrix &) | TrilinosWrappers::SparseMatrix | private |
| Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
| prepare_add() | TrilinosWrappers::SparseMatrix | protected |
| prepare_set() | TrilinosWrappers::SparseMatrix | protected |
| print(std::ostream &out, const bool write_extended_trilinos_info=false) const | TrilinosWrappers::SparseMatrix | |
| range_partitioner() const DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| reinit(const SparsityPatternType &sparsity_pattern) | TrilinosWrappers::SparseMatrix | |
| reinit(const SparsityPattern &sparsity_pattern) | TrilinosWrappers::SparseMatrix | |
| reinit(const SparseMatrix &sparse_matrix) | TrilinosWrappers::SparseMatrix | |
| reinit(const ::SparseMatrix< number > &dealii_sparse_matrix, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) | TrilinosWrappers::SparseMatrix | |
| reinit(const Epetra_CrsMatrix &input_matrix, const bool copy_values=true) | TrilinosWrappers::SparseMatrix | |
| reinit(const Epetra_Map ¶llel_partitioning, const SparsityPatternType &sparsity_pattern, const bool exchange_data=false) DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| reinit(const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const SparsityPatternType &sparsity_pattern, const bool exchange_data=false) DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | inline |
| reinit(const Epetra_Map ¶llel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| reinit(const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| reinit(const IndexSet ¶llel_partitioning, const SparsityPatternType &sparsity_pattern, const MPI_Comm &communicator=MPI_COMM_WORLD, const bool exchange_data=false) | TrilinosWrappers::SparseMatrix | |
| reinit(const IndexSet &row_parallel_partitioning, const IndexSet &col_parallel_partitioning, const SparsityPatternType &sparsity_pattern, const MPI_Comm &communicator=MPI_COMM_WORLD, const bool exchange_data=false) | TrilinosWrappers::SparseMatrix | inline |
| reinit(const IndexSet ¶llel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const MPI_Comm &communicator=MPI_COMM_WORLD, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) | TrilinosWrappers::SparseMatrix | |
| reinit(const IndexSet &row_parallel_partitioning, const IndexSet &col_parallel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const MPI_Comm &communicator=MPI_COMM_WORLD, const double drop_tolerance=1e-13, const bool copy_values=true, const ::SparsityPattern *use_this_sparsity=0) | TrilinosWrappers::SparseMatrix | inline |
| residual(VectorBase &dst, const VectorBase &x, const VectorBase &b) const | TrilinosWrappers::SparseMatrix | |
| row_length(const size_type row) const | TrilinosWrappers::SparseMatrix | |
| row_partitioner() const DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
| set(const size_type i, const size_type j, const TrilinosScalar value) | TrilinosWrappers::SparseMatrix | |
| set(const std::vector< size_type > &indices, const FullMatrix< TrilinosScalar > &full_matrix, const bool elide_zero_values=false) | TrilinosWrappers::SparseMatrix | |
| set(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< TrilinosScalar > &full_matrix, const bool elide_zero_values=false) | TrilinosWrappers::SparseMatrix | |
| set(const size_type row, const std::vector< size_type > &col_indices, const std::vector< TrilinosScalar > &values, const bool elide_zero_values=false) | TrilinosWrappers::SparseMatrix | |
| set(const size_type row, const size_type n_cols, const size_type *col_indices, const TrilinosScalar *values, const bool elide_zero_values=false) | TrilinosWrappers::SparseMatrix | |
| size_type typedef | TrilinosWrappers::SparseMatrix | |
| SparseMatrix() | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const size_type m, const size_type n, const unsigned int n_max_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const size_type m, const size_type n, const std::vector< unsigned int > &n_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const SparsityPattern &InputSparsityPattern) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const Epetra_Map ¶llel_partitioning, const size_type n_max_entries_per_row=0) DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const Epetra_Map ¶llel_partitioning, const std::vector< unsigned int > &n_entries_per_row) DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const size_type n_max_entries_per_row=0) DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const std::vector< unsigned int > &n_entries_per_row) DEAL_II_DEPRECATED | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const IndexSet ¶llel_partitioning, const MPI_Comm &communicator=MPI_COMM_WORLD, const unsigned int n_max_entries_per_row=0) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const IndexSet ¶llel_partitioning, const MPI_Comm &communicator, const std::vector< unsigned int > &n_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const IndexSet &row_parallel_partitioning, const IndexSet &col_parallel_partitioning, const MPI_Comm &communicator=MPI_COMM_WORLD, const size_type n_max_entries_per_row=0) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const IndexSet &row_parallel_partitioning, const IndexSet &col_parallel_partitioning, const MPI_Comm &communicator, const std::vector< unsigned int > &n_entries_per_row) | TrilinosWrappers::SparseMatrix | |
| SparseMatrix(const SparseMatrix &) | TrilinosWrappers::SparseMatrix | private |
| subscribe(const char *identifier=0) const | Subscriptor | |
| Subscriptor() | Subscriptor | |
| Subscriptor(const Subscriptor &) | Subscriptor | |
| Tmmult(SparseMatrix &C, const SparseMatrix &B, const VectorBase &V=VectorBase()) const | TrilinosWrappers::SparseMatrix | |
| transpose() | TrilinosWrappers::SparseMatrix | |
| trilinos_matrix() const | TrilinosWrappers::SparseMatrix | |
| trilinos_sparsity_pattern() const | TrilinosWrappers::SparseMatrix | |
| Tvmult(VectorType &dst, const VectorType &src) const | TrilinosWrappers::SparseMatrix | |
| Tvmult_add(VectorType &dst, const VectorType &src) const | TrilinosWrappers::SparseMatrix | |
| unsubscribe(const char *identifier=0) const | Subscriptor | |
| value_type typedef | TrilinosWrappers::SparseMatrix | |
| vmult(VectorType &dst, const VectorType &src) const | TrilinosWrappers::SparseMatrix | |
| vmult_add(VectorType &dst, const VectorType &src) const | TrilinosWrappers::SparseMatrix | |
| write_ascii() | TrilinosWrappers::SparseMatrix | |
| ~SparseMatrix() | TrilinosWrappers::SparseMatrix | virtual |
| ~Subscriptor() | Subscriptor | virtual |
1.8.12