EpetraExt Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
test/inout/cxx_main.cpp File Reference
#include "Epetra_ConfigDefs.h"
#include "EpetraExt_Version.h"
#include "mpi.h"
#include "Epetra_MpiComm.h"
#include "Trilinos_Util.h"
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_Time.h"
#include "Epetra_BlockMap.h"
#include "Epetra_MultiVector.h"
#include "Epetra_Vector.h"
#include "Epetra_Export.h"
#include "Epetra_VbrMatrix.h"
#include "Epetra_CrsMatrix.h"
#include "EpetraExt_RowMatrixOut.h"
#include "EpetraExt_OperatorOut.h"
#include "EpetraExt_MultiVectorOut.h"
#include "EpetraExt_VectorOut.h"
#include "EpetraExt_BlockMapOut.h"
#include "EpetraExt_BlockMapIn.h"
#include "EpetraExt_CrsMatrixIn.h"
#include "EpetraExt_MultiVectorIn.h"
#include "EpetraExt_VectorIn.h"
#include <fstream>
#include <string>
#include <vector>
#include "Poisson2dOperator.h"
Include dependency graph for test/inout/cxx_main.cpp:

Go to the source code of this file.

Functions

int checkValues (double x, double y, std::string message="", bool verbose=false)
 
int runTests (Epetra_Map &map, Epetra_CrsMatrix &A, Epetra_Vector &x, Epetra_Vector &b, Epetra_Vector &xexact, bool verbose)
 
int runOperatorTests (Epetra_Operator &A, bool verbose)
 
int generateHyprePrintOut (const char *filename, const Epetra_Comm &comm)
 
int runHypreTest (Epetra_CrsMatrix &A)
 
int main (int argc, char *argv[])
 

Function Documentation

int checkValues ( double  x,
double  y,
std::string  message = "",
bool  verbose = false 
)

Definition at line 86 of file test/inout/cxx_main.cpp.

int runTests ( Epetra_Map map,
Epetra_CrsMatrix A,
Epetra_Vector x,
Epetra_Vector b,
Epetra_Vector xexact,
bool  verbose 
)

Definition at line 208 of file test/inout/cxx_main.cpp.

int runOperatorTests ( Epetra_Operator A,
bool  verbose 
)

Definition at line 391 of file test/inout/cxx_main.cpp.

int generateHyprePrintOut ( const char *  filename,
const Epetra_Comm comm 
)

Definition at line 441 of file test/inout/cxx_main.cpp.

int runHypreTest ( Epetra_CrsMatrix A)

Definition at line 198 of file test/inout/cxx_main.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 101 of file test/inout/cxx_main.cpp.