ShyLU
Version of the Day
|
Utilities for ShyLU. More...
#include <assert.h>
#include <fstream>
#include "shylu_util.h"
#include "Epetra_SerialComm.h"
#include "Epetra_CrsMatrix.h"
#include "EpetraExt_RowMatrixOut.h"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Isorropia_Epetra.hpp"
#include "Isorropia_EpetraRedistributor.hpp"
#include "Isorropia_EpetraPartitioner.hpp"
Go to the source code of this file.
Functions | |
Epetra_CrsMatrix * | balanceAndRedistribute (Epetra_CrsMatrix *A, Teuchos::ParameterList isoList) |
void | checkMaps (Epetra_CrsMatrix *A) |
void | findLocalColumns (Epetra_CrsMatrix *A, int *gvals, int &SNumGlobalCols) |
void | findNarrowSeparator (Epetra_CrsMatrix *A, int *gvals) |
void | findBlockElems (Epetra_CrsMatrix *A, int nrows, int *rows, int *gvals, int Lnr, int *LeftElems, int Rnr, int *RightElems, string s1, string s2, bool cols) |
Utilities for ShyLU.
Definition in file shylu_util.cpp.