ShyLU
Version of the Day
|
Use ShyLU as a preconditioner within IFPACK. More...
#include <assert.h>
#include <iostream>
#include <sstream>
#include <string>
#include "ShyLUCore_config.h"
#include "Epetra_SerialComm.h"
#include "Epetra_Time.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Map.h"
#include "Epetra_MultiVector.h"
#include "Epetra_LinearProblem.h"
#include "Epetra_Import.h"
#include "Epetra_Export.h"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_LAPACK.hpp"
#include "AztecOO.h"
#include "shylu.h"
#include "shylu_util.h"
#include "Ifpack_Preconditioner.h"
#include "Isorropia_Epetra.hpp"
#include "Isorropia_EpetraRedistributor.hpp"
#include "Isorropia_EpetraPartitioner.hpp"
#include "EpetraExt_MultiVectorOut.h"
#include "EpetraExt_RowMatrixOut.h"
#include "Amesos.h"
#include "Amesos_BaseSolver.h"
Go to the source code of this file.
Classes | |
class | Ifpack_ShyLU |
ShyLU's interface to be used as an Ifpack Preconditioner. More... | |
Use ShyLU as a preconditioner within IFPACK.
Definition in file Ifpack_ShyLU.h.