LifeV
LinearSolver.hpp File Reference

LinearSolver. More...

#include <iomanip>
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <BelosConfigDefs.hpp>
#include <BelosLinearProblem.hpp>
#include <BelosEpetraAdapter.hpp>
#include <BelosEpetraOperator.h>
#include <BelosOutputManager.hpp>
#include <BelosMVOPTester.hpp>
#include <BelosBlockCGSolMgr.hpp>
#include <BelosBlockGmresSolMgr.hpp>
#include <BelosGmresPolySolMgr.hpp>
#include <BelosPCPGSolMgr.hpp>
#include <BelosPseudoBlockCGSolMgr.hpp>
#include <BelosPseudoBlockGmresSolMgr.hpp>
#include <BelosRCGSolMgr.hpp>
#include <BelosTFQMRSolMgr.hpp>
#include <Teuchos_ParameterList.hpp>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/util/LifeDebug.hpp>
#include <lifev/core/util/LifeChrono.hpp>
#include <lifev/core/util/Displayer.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/algorithm/Preconditioner.hpp>
#include <lifev/core/filter/GetPot.hpp>
#include <lifev/core/operator/SolverOperator.hpp>
#include <lifev/core/operator/BelosOperator.hpp>
#include <lifev/core/operator/AztecooOperator.hpp>
+ Include dependency graph for LinearSolver.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  LinearSolver
 LinearSolver - Class to wrap linear solver. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::defaultParameterLists
 

Functions

Teuchos::ParameterList belosParameterList ()
 Returns a default parameter list to initialize the LinearSolver class with Belos. More...
 
Teuchos::ParameterList aztecOOParameterList ()
 Returns a default parameter list to initialize the LinearSolver class with AztecOO. More...
 

Detailed Description

LinearSolver.

Author
Gwenol Grandperrin gweno.nosp@m.l.gr.nosp@m.andpe.nosp@m.rrin.nosp@m.@epfl.nosp@m..ch
Maintainer:
Gwenol Grandperrin gweno.nosp@m.l.gr.nosp@m.andpe.nosp@m.rrin.nosp@m.@epfl.nosp@m..ch
Date
03-08-2011

Definition in file LinearSolver.hpp.