![]() |
Reference documentation for deal.II version 8.4.2
|
This is the complete list of members for PETScWrappers::MatrixBase, including all inherited members.
| ::BlockMatrixBase class | PETScWrappers::MatrixBase | friend |
| add(const size_type i, const size_type j, const PetscScalar value) | PETScWrappers::MatrixBase | |
| add(const std::vector< size_type > &indices, const FullMatrix< PetscScalar > &full_matrix, const bool elide_zero_values=true) | PETScWrappers::MatrixBase | |
| add(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< PetscScalar > &full_matrix, const bool elide_zero_values=true) | PETScWrappers::MatrixBase | |
| add(const size_type row, const std::vector< size_type > &col_indices, const std::vector< PetscScalar > &values, const bool elide_zero_values=true) | PETScWrappers::MatrixBase | |
| add(const size_type row, const size_type n_cols, const size_type *col_indices, const PetscScalar *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false) | PETScWrappers::MatrixBase | |
| add(const MatrixBase &other, const PetscScalar factor) | PETScWrappers::MatrixBase | |
| assert_is_compressed() | PETScWrappers::MatrixBase | protected |
| begin() const | PETScWrappers::MatrixBase | |
| begin(const size_type r) const | PETScWrappers::MatrixBase | |
| clear() | PETScWrappers::MatrixBase | |
| clear_row(const size_type row, const PetscScalar new_diag_value=0) | PETScWrappers::MatrixBase | |
| clear_rows(const std::vector< size_type > &rows, const PetscScalar new_diag_value=0) | PETScWrappers::MatrixBase | |
| column_indices | PETScWrappers::MatrixBase | private |
| column_values | PETScWrappers::MatrixBase | private |
| compress(const VectorOperation::values operation) | PETScWrappers::MatrixBase | |
| const_iterator typedef | PETScWrappers::MatrixBase | |
| DeclException0(ExcSourceEqualsDestination) | PETScWrappers::MatrixBase | |
| DeclException1(ExcPETScError, int,<< "An error with error number "<< arg1<< " occurred while calling a PETSc function") | PETScWrappers::MatrixBase | |
| DeclException2(ExcWrongMode, int, int,<< "You tried to do a "<<(arg1==1 ? "'set'" :(arg1==2 ? "'add'" :"???"))<< " operation but the matrix is currently in "<<(arg2==1 ? "'set'" :(arg2==2 ? "'add'" :"???"))<< " mode. You first have to call 'compress()'.") | PETScWrappers::MatrixBase | |
| 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 | |
| diag_element(const size_type i) const | PETScWrappers::MatrixBase | |
| el(const size_type i, const size_type j) const | PETScWrappers::MatrixBase | |
| end() const | PETScWrappers::MatrixBase | |
| end(const size_type r) const | PETScWrappers::MatrixBase | |
| frobenius_norm() const | PETScWrappers::MatrixBase | |
| get_mpi_communicator() const =0 | PETScWrappers::MatrixBase | pure virtual |
| in_local_range(const size_type index) const | PETScWrappers::MatrixBase | |
| is_hermitian(const double tolerance=1.e-12) | PETScWrappers::MatrixBase | |
| is_symmetric(const double tolerance=1.e-12) | PETScWrappers::MatrixBase | |
| l1_norm() const | PETScWrappers::MatrixBase | |
| last_action | PETScWrappers::MatrixBase | protected |
| linfty_norm() const | PETScWrappers::MatrixBase | |
| list_subscribers() const | Subscriptor | |
| local_range() const | PETScWrappers::MatrixBase | |
| local_size() const | PETScWrappers::MatrixBase | |
| m() const | PETScWrappers::MatrixBase | |
| matrix | PETScWrappers::MatrixBase | protected |
| matrix_norm_square(const VectorBase &v) const | PETScWrappers::MatrixBase | |
| matrix_scalar_product(const VectorBase &u, const VectorBase &v) const | PETScWrappers::MatrixBase | |
| MatrixBase() | PETScWrappers::MatrixBase | |
| MatrixBase(const MatrixBase &) | PETScWrappers::MatrixBase | private |
| memory_consumption() const | PETScWrappers::MatrixBase | |
| n() const | PETScWrappers::MatrixBase | |
| n_nonzero_elements() const | PETScWrappers::MatrixBase | |
| n_subscriptions() const | Subscriptor | |
| operator Mat() const | PETScWrappers::MatrixBase | |
| operator()(const size_type i, const size_type j) const | PETScWrappers::MatrixBase | |
| operator*=(const PetscScalar factor) | PETScWrappers::MatrixBase | |
| operator/=(const PetscScalar factor) | PETScWrappers::MatrixBase | |
| operator=(const value_type d) | PETScWrappers::MatrixBase | |
| operator=(const MatrixBase &) | PETScWrappers::MatrixBase | private |
| Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
| prepare_action(const VectorOperation::values new_action) | PETScWrappers::MatrixBase | protected |
| prepare_add() | PETScWrappers::MatrixBase | protected |
| prepare_set() | PETScWrappers::MatrixBase | protected |
| print(std::ostream &out, const bool alternative_output=false) const | PETScWrappers::MatrixBase | |
| residual(VectorBase &dst, const VectorBase &x, const VectorBase &b) const | PETScWrappers::MatrixBase | |
| row_length(const size_type row) const | PETScWrappers::MatrixBase | |
| serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
| set(const size_type i, const size_type j, const PetscScalar value) | PETScWrappers::MatrixBase | |
| set(const std::vector< size_type > &indices, const FullMatrix< PetscScalar > &full_matrix, const bool elide_zero_values=false) | PETScWrappers::MatrixBase | |
| set(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< PetscScalar > &full_matrix, const bool elide_zero_values=false) | PETScWrappers::MatrixBase | |
| set(const size_type row, const std::vector< size_type > &col_indices, const std::vector< PetscScalar > &values, const bool elide_zero_values=false) | PETScWrappers::MatrixBase | |
| set(const size_type row, const size_type n_cols, const size_type *col_indices, const PetscScalar *values, const bool elide_zero_values=false) | PETScWrappers::MatrixBase | |
| size_type typedef | PETScWrappers::MatrixBase | |
| subscribe(const char *identifier=0) const | Subscriptor | |
| Subscriptor() | Subscriptor | |
| Subscriptor(const Subscriptor &) | Subscriptor | |
| transpose() | PETScWrappers::MatrixBase | |
| Tvmult(VectorBase &dst, const VectorBase &src) const | PETScWrappers::MatrixBase | |
| Tvmult_add(VectorBase &dst, const VectorBase &src) const | PETScWrappers::MatrixBase | |
| unsubscribe(const char *identifier=0) const | Subscriptor | |
| value_type typedef | PETScWrappers::MatrixBase | |
| vmult(VectorBase &dst, const VectorBase &src) const | PETScWrappers::MatrixBase | |
| vmult_add(VectorBase &dst, const VectorBase &src) const | PETScWrappers::MatrixBase | |
| write_ascii(const PetscViewerFormat format=PETSC_VIEWER_DEFAULT) | PETScWrappers::MatrixBase | |
| ~MatrixBase() | PETScWrappers::MatrixBase | virtual |
| ~Subscriptor() | Subscriptor | virtual |
1.8.12