9 #ifndef _test_MatrixGraph_h_
10 #define _test_MatrixGraph_h_
12 #include <fei_macros.hpp>
15 #include <fei_SharedPtr.hpp>
17 #include <test_utils/tester.hpp>
19 #include <test_utils/testData.hpp>
21 #include <fei_fwd.hpp>
32 static const char name[] =
"fei::MatrixGraph";
33 return((
const char*)name);
51 int localProc,
int numProcs,
52 bool bothFields,
bool nonSymmetric,
56 const std::string& path,
57 bool turnOnDebugOutput=
false);
60 #endif // _test_MatrixGraph_h_