![]() |
Reference documentation for deal.II version 9.2.0
|
#include <deal.II/multigrid/sparse_matrix_collection.h>
Public Member Functions | |
| void | resize (const unsigned int minlevel, const unsigned int maxlevel) |
| template<typename DoFHandlerType > | |
| void | reinit (const DoFHandlerType &dof_handler) |
| void | set_zero () |
Public Member Functions inherited from Subscriptor | |
| Subscriptor () | |
| Subscriptor (const Subscriptor &) | |
| Subscriptor (Subscriptor &&) noexcept | |
| virtual | ~Subscriptor () |
| Subscriptor & | operator= (const Subscriptor &) |
| Subscriptor & | operator= (Subscriptor &&) noexcept |
| void | subscribe (std::atomic< bool > *const validity, const std::string &identifier="") const |
| void | unsubscribe (std::atomic< bool > *const validity, const std::string &identifier="") const |
| unsigned int | n_subscriptions () const |
| template<typename StreamType > | |
| void | list_subscribers (StreamType &stream) const |
| void | list_subscribers () const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
| MGLevelObject< SparsityPattern > | sparsity |
| MGLevelObject< SparsityPattern > | sparsity_edge |
| MGLevelObject< SparseMatrix< number > > | matrix |
| MGLevelObject< SparseMatrix< number > > | matrix_down |
| MGLevelObject< SparseMatrix< number > > | matrix_up |
| MGLevelObject< SparseMatrix< number > > | matrix_in |
| MGLevelObject< SparseMatrix< number > > | matrix_out |
Additional Inherited Members | |
Static Public Member Functions inherited from Subscriptor | |
| static ::ExceptionBase & | ExcInUse (int arg1, std::string arg2, std::string arg3) |
| static ::ExceptionBase & | ExcNoSubscriber (std::string arg1, std::string arg2) |
Handler and storage for all five SparseMatrix object involved in using multigrid with local refinement.
Definition at line 44 of file sparse_matrix_collection.h.
| void mg::SparseMatrixCollection< number >::resize | ( | const unsigned int | minlevel, |
| const unsigned int | maxlevel | ||
| ) |
Definition at line 70 of file sparse_matrix_collection.h.
| void mg::SparseMatrixCollection< number >::reinit | ( | const DoFHandlerType & | dof_handler | ) |
Definition at line 91 of file sparse_matrix_collection.h.
| void mg::SparseMatrixCollection< number >::set_zero |
Definition at line 123 of file sparse_matrix_collection.h.
| MGLevelObject<SparsityPattern> mg::SparseMatrixCollection< number >::sparsity |
Definition at line 57 of file sparse_matrix_collection.h.
| MGLevelObject<SparsityPattern> mg::SparseMatrixCollection< number >::sparsity_edge |
Definition at line 58 of file sparse_matrix_collection.h.
| MGLevelObject<SparseMatrix<number> > mg::SparseMatrixCollection< number >::matrix |
Definition at line 60 of file sparse_matrix_collection.h.
| MGLevelObject<SparseMatrix<number> > mg::SparseMatrixCollection< number >::matrix_down |
Definition at line 61 of file sparse_matrix_collection.h.
| MGLevelObject<SparseMatrix<number> > mg::SparseMatrixCollection< number >::matrix_up |
Definition at line 62 of file sparse_matrix_collection.h.
| MGLevelObject<SparseMatrix<number> > mg::SparseMatrixCollection< number >::matrix_in |
Definition at line 63 of file sparse_matrix_collection.h.
| MGLevelObject<SparseMatrix<number> > mg::SparseMatrixCollection< number >::matrix_out |
Definition at line 64 of file sparse_matrix_collection.h.