|
Ifpack Package Browser (Single Doxygen Collection) Development
|
#include "Ifpack_ConfigDefs.h"#include "Ifpack_Preconditioner.h"#include "Ifpack_Partitioner.h"#include "Ifpack_LinePartitioner.h"#include "Ifpack_LinearPartitioner.h"#include "Ifpack_GreedyPartitioner.h"#include "Ifpack_METISPartitioner.h"#include "Ifpack_EquationPartitioner.h"#include "Ifpack_UserPartitioner.h"#include "Ifpack_Graph_Epetra_RowMatrix.h"#include "Ifpack_DenseContainer.h"#include "Ifpack_Utils.h"#include "Teuchos_ParameterList.hpp"#include "Teuchos_RefCountPtr.hpp"#include "Epetra_Map.h"#include "Epetra_RowMatrix.h"#include "Epetra_MultiVector.h"#include "Epetra_Vector.h"#include "Epetra_Time.h"#include "Epetra_Import.h"

Go to the source code of this file.
Classes | |
| class | Ifpack_BlockRelaxation< T > |
| Ifpack_BlockRelaxation: a class to define block relaxation preconditioners of Epetra_RowMatrix's. More... | |
Variables | |
| static const int | IFPACK_JACOBI = 0 |
| static const int | IFPACK_GS = 1 |
| static const int | IFPACK_SGS = 2 |
|
static |
Definition at line 69 of file Ifpack_BlockRelaxation.h.
|
static |
Definition at line 70 of file Ifpack_BlockRelaxation.h.
|
static |
Definition at line 71 of file Ifpack_BlockRelaxation.h.