Epetra Package Browser (Single Doxygen Collection)
Development
|
#include "Epetra_BLAS.h"
#include "ExecuteTestProblems.h"
#include "Epetra_Comm.h"
#include "Epetra_Vector.h"
#include "Epetra_Map.h"
#include "Epetra_FEVbrMatrix.h"
#include <Epetra_FEVector.h>
#include "../epetra_test_err.h"
Go to the source code of this file.
Functions | |
int | quad1 (const Epetra_Map &map, bool verbose) |
int | quad2 (const Epetra_Map &map, bool verbose) |
int | MultiVectorTests (const Epetra_Map &Map, int NumVectors, bool verbose) |
int | four_quads (const Epetra_Comm &Comm, bool preconstruct_graph, bool verbose) |
int quad1 | ( | const Epetra_Map & | map, |
bool | verbose | ||
) |
Definition at line 54 of file FEVbrMatrix/ExecuteTestProblems.cpp.
int quad2 | ( | const Epetra_Map & | map, |
bool | verbose | ||
) |
Definition at line 214 of file FEVbrMatrix/ExecuteTestProblems.cpp.
int MultiVectorTests | ( | const Epetra_Map & | Map, |
int | NumVectors, | ||
bool | verbose | ||
) |
Definition at line 361 of file FEVbrMatrix/ExecuteTestProblems.cpp.
int four_quads | ( | const Epetra_Comm & | Comm, |
bool | preconstruct_graph, | ||
bool | verbose | ||
) |
Definition at line 469 of file FEVbrMatrix/ExecuteTestProblems.cpp.