ShyLU  Version of the Day
Functions
shylu_util.cpp File Reference

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"
Include dependency graph for shylu_util.cpp:

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)
 

Detailed Description

Utilities for ShyLU.

Author
Siva Rajamanickam

Definition in file shylu_util.cpp.