
Classes | |
| struct | AdditionalData |
Public Member Functions | |
| void | initialize (const SparseMatrix &matrix, const AdditionalData &additional_data=AdditionalData()) |
A wrapper class for a sparse direct LU decomposition on parallel blocks for Trilinos matrices. When run in serial, this corresponds to a direct solve on the matrix.
The AdditionalData data structure allows to set preconditioner options.
Note that a parallel applicatoin of the block direct solve preconditioner is actually a block-Jacobi preconditioner with block size equal to the local matrix size. Spoken more technically, this parallel operation is an additive Schwarz method with an exact solve as inner solver, based on the (outer) parallel partitioning.
Definition at line 1059 of file trilinos_precondition.h.
| void TrilinosWrappers::PreconditionBlockwiseDirect::initialize | ( | const SparseMatrix & | matrix, |
| const AdditionalData & | additional_data = AdditionalData() |
||
| ) |
Initialize function. Takes the matrix which is used to form the preconditioner, and additional flags if there are any.
documentation generated on Fri Feb 3 2012 06:04:17 by
doxygen
1.7.2