![]() |
Reference documentation for deal.II version 8.1.0
|
#include <eigen.h>
Classes | |
| struct | AdditionalData |
Public Types | |
| typedef types::global_dof_index | size_type |
Public Member Functions | |
| EigenPower (SolverControl &cn, VectorMemory< VECTOR > &mem, const AdditionalData &data=AdditionalData()) | |
| virtual | ~EigenPower () |
| template<class MATRIX > | |
| void | solve (double &value, const MATRIX &A, VECTOR &x) |
Protected Attributes | |
| AdditionalData | additional_data |
Additional Inherited Members | |
Private Member Functions inherited from Solver< VECTOR > | |
| Solver (SolverControl &solver_control, VectorMemory< VECTOR > &vector_memory) | |
| Solver (SolverControl &solver_control) | |
| SolverControl & | control () const |
Private Member Functions inherited from Subscriptor | |
| Subscriptor () | |
| Subscriptor (const Subscriptor &) | |
| virtual | ~Subscriptor () |
| Subscriptor & | operator= (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.\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.") | |
| DeclException2 (ExcNoSubscriber, char *, char *,<< "No subscriber with identifier \""<< arg2<< "\" did subscribe to this object of class "<< arg1) | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes inherited from Solver< VECTOR > | |
| GrowingVectorMemory< VECTOR > | static_vector_memory |
| SolverControl & | cntrl |
| VectorMemory< VECTOR > & | memory |
Power method (von Mises) for eigenvalue computations.
This method determines the largest eigenvalue of a matrix by applying increasing powers of this matrix to a vector. If there is an eigenvalue
with dominant absolute value, the iteration vectors will become aligned to its eigenspace and
.
A shift parameter allows to shift the spectrum, so it is possible to compute the smallest eigenvalue, too.
Convergence of this method is known to be slow.
| typedef types::global_dof_index EigenPower< VECTOR >::size_type |
| EigenPower< VECTOR >::EigenPower | ( | SolverControl & | cn, |
| VectorMemory< VECTOR > & | mem, | ||
| const AdditionalData & | data = AdditionalData() |
||
| ) |
|
virtual |
| void EigenPower< VECTOR >::solve | ( | double & | value, |
| const MATRIX & | A, | ||
| VECTOR & | x | ||
| ) |
|
protected |
1.8.6