|
EpetraExt Package Browser (Single Doxygen Collection)
Development
|
#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"
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[]) |
| int checkValues | ( | double | x, |
| double | y, | ||
| std::string | message = "", |
||
| bool | verbose = false |
||
| ) |
Definition at line 86 of file test/inout_LL/cxx_main.cpp.
| 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[] | ||
| ) |
Definition at line 101 of file test/inout_LL/cxx_main.cpp.
1.8.5