Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_ConfigDefs.h"
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_Comm * | epetra_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... | |