ShyLU
Version of the Day
|
Factors and solves a sparse matrix using LU factorization. More...
#include <assert.h>
#include <iostream>
#include <sstream>
#include "shylu_util.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 "EpetraExt_RowMatrixOut.h"
#include "EpetraExt_MultiVectorOut.h"
#include "EpetraExt_CrsMatrixIn.h"
#include "Amesos.h"
#include "Amesos_BaseSolver.h"
#include "shylu.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Factors and solves a sparse matrix using LU factorization.
This file is NOT yet complete. This is a place holder for the method that iterates only on the Schur complement. Lot of TODOs.
Definition in file shylu.cpp.