List of all members.
Detailed Description
The base class for all preconditioners based on Trilinos sparse matrices.
- Author:
- Martin Kronbichler, 2008
Constructor & Destructor Documentation
TrilinosWrappers::PreconditionBase::PreconditionBase |
( |
|
) |
|
Constructor. Does not do anything. The initialize
function of the derived classes will have to create the preconditioner from a given sparse matrix.
TrilinosWrappers::PreconditionBase::PreconditionBase |
( |
const PreconditionBase & |
|
) |
|
TrilinosWrappers::PreconditionBase::~PreconditionBase |
( |
|
) |
|
Member Function Documentation
Apply the preconditioner.
Apply the preconditioner on deal.II data structures instead of the ones provided in the Trilinos wrapper class.
Friends And Related Function Documentation
Member Data Documentation
This is a pointer to the preconditioner object that is used when applying the preconditioner.
Internal communication pattern in case the matrix needs to be copied from deal.II format.
Internal Trilinos map in case the matrix needs to be copied from deal.II format.
The documentation for this class was generated from the following file: