Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Variables
Ifpack_BlockRelaxation.h File Reference
#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"
Include dependency graph for Ifpack_BlockRelaxation.h:
This graph shows which files directly or indirectly include this file:

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
 

Variable Documentation

const int IFPACK_JACOBI = 0
static

Definition at line 69 of file Ifpack_BlockRelaxation.h.

const int IFPACK_GS = 1
static

Definition at line 70 of file Ifpack_BlockRelaxation.h.

const int IFPACK_SGS = 2
static

Definition at line 71 of file Ifpack_BlockRelaxation.h.