44#ifndef EPETRA_TEST_FUNCTIONS_H
45#define EPETRA_TEST_FUNCTIONS_H
59 int numargs,
char** strargs,
Epetra_Comm: The Epetra Communication Abstract Base Class.
Epetra_CrsMatrix: A class for constructing and using real-valued double-precision sparse compressed r...
bool 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.
Epetra_Comm * create_comm(int argc, char **argv)
If macro EPETRA_MPI is defined, call MPI_Init and then return new Epetra_MpiComm.
bool compare_matrices(const Epetra_CrsMatrix &A, const Epetra_CrsMatrix &B)
Check whether the two CrsMatrix arguments have the same size, structure and coefs.