Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Epetra_test_functions.cpp File Reference
#include <Epetra_Map.h>
#include <Epetra_CrsMatrix.h>
#include <Epetra_SerialComm.h>
#include <Epetra_Util.h>
#include <Epetra_MpiComm.h>
Include dependency graph for Epetra_test_functions.cpp:

Go to the source code of this file.

Namespaces

 epetra_test
 

Functions

bool epetra_test::global_check_for_flag_on_proc_0 (const char *flag, int numargs, char **strargs, const Epetra_Comm &comm)
 Check through a list of C-style string arguments searching for a specified flag on proc 0. More...
 
Epetra_Commepetra_test::create_comm (int argc, char **argv)
 If macro EPETRA_MPI is defined, call MPI_Init and then return new Epetra_MpiComm. More...
 
bool epetra_test::compare_matrices (const Epetra_CrsMatrix &A, const Epetra_CrsMatrix &B)
 Check whether the two CrsMatrix arguments have the same size, structure and coefs. More...
 
bool epetra_test::compare_matrices_LL (const Epetra_CrsMatrix &A, const Epetra_CrsMatrix &B)