Reference documentation for deal.II version 8.4.2
List of all members
mg::SparseMatrixCollection< number > Class Template Reference

#include <deal.II/multigrid/sparse_matrix_collection.h>

Inheritance diagram for mg::SparseMatrixCollection< number >:
[legend]

Additional Inherited Members

- Public Member Functions inherited from Subscriptor
 Subscriptor ()
 
 Subscriptor (const Subscriptor &)
 
virtual ~Subscriptor ()
 
Subscriptoroperator= (const Subscriptor &)
 
void subscribe (const char *identifier=0) const
 
void unsubscribe (const char *identifier=0) const
 
unsigned int n_subscriptions () const
 
void list_subscribers () const
 
 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.")
 
 DeclException2 (ExcNoSubscriber, char *, char *,<< "No subscriber with identifier <"<< arg2<< "> subscribes to this object of class "<< arg1<< ". Consequently, it cannot be unsubscribed.")
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Detailed Description

template<typename number>
class mg::SparseMatrixCollection< number >

Handler and storage for all five SparseMatrix object involved in using multigrid with local refinement.

Author
Baerbel Janssen, Guido Kanschat
Date
2013

Definition at line 40 of file sparse_matrix_collection.h.


The documentation for this class was generated from the following file: