|
Zoltan2
|
common code used by tests More...
#include <Zoltan2_Util.hpp>#include <iostream>#include <Tpetra_Map.hpp>#include <TpetraCore_config.h>#include <ErrorHandlingForTests.hpp>#include <UserInputForTests.hpp>#include <PrintData.hpp>
Go to the source code of this file.
Macros | |
| #define | STR_VALUE(path) |
| #define | PATH_NAME(path) |
| #define | MEMORY_CHECK(iPrint, msg) |
Typedefs | |
| typedef Tpetra::Map ::node_type | znode_t |
| typedef int | zpart_t |
| typedef Tpetra::Map ::local_ordinal_type | zlno_t |
| typedef Tpetra::Map ::global_ordinal_type | zgno_t |
| typedef float | zscalar_t |
Functions | |
| std::string | testDataFilePath (".") |
| std::string | zoltanTestDirectory (".") |
common code used by tests
Definition in file Zoltan2_TestHelpers.hpp.
| #define STR_VALUE | ( | path | ) |
Definition at line 60 of file Zoltan2_TestHelpers.hpp.
| #define PATH_NAME | ( | path | ) |
Definition at line 61 of file Zoltan2_TestHelpers.hpp.
| #define MEMORY_CHECK | ( | iPrint, | |
| msg ) |
Definition at line 129 of file Zoltan2_TestHelpers.hpp.
| typedef Tpetra::Map ::node_type znode_t |
Definition at line 56 of file Zoltan2_TestHelpers.hpp.
| typedef int zpart_t |
Definition at line 104 of file Zoltan2_TestHelpers.hpp.
| typedef Tpetra::Map ::local_ordinal_type zlno_t |
Definition at line 106 of file Zoltan2_TestHelpers.hpp.
| typedef Tpetra::Map ::global_ordinal_type zgno_t |
Definition at line 107 of file Zoltan2_TestHelpers.hpp.
| typedef float zscalar_t |
Definition at line 113 of file Zoltan2_TestHelpers.hpp.
| std::string testDataFilePath | ( | "." | ) |
| std::string zoltanTestDirectory | ( | "." | ) |