|
Zoltan2
|
#include <Zoltan2_config.h>#include <Zoltan2_Environment.hpp>#include <Teuchos_ParameterList.hpp>#include <Teuchos_DefaultComm.hpp>#include <string>
Go to the source code of this file.
Defines | |
| #define | NUMFN 3 |
| #define | NUMANYINT 2 |
| #define | NUMSTR 31 |
Functions | |
| template<typename T > | |
| int | testInvalidValue (Teuchos::ParameterList &pl, string paramName, T badValue) |
| int | main (int argc, char *argv[]) |
Variables | |
| static string | fnParams [NUMFN][3] |
| static string | anyIntParams [NUMANYINT][3] |
| static string | strParams [NUMSTR][3] |
| #define NUMFN 3 |
Definition at line 66 of file AllParameters.cpp.
| #define NUMANYINT 2 |
Definition at line 75 of file AllParameters.cpp.
| #define NUMSTR 31 |
Definition at line 83 of file AllParameters.cpp.
| int testInvalidValue | ( | Teuchos::ParameterList & | pl, |
| string | paramName, | ||
| T | badValue | ||
| ) |
Definition at line 120 of file AllParameters.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 148 of file AllParameters.cpp.
{
{"debug_output_file", "temp.txt", "5"},
{"timer_output_file", "timerInfo.txt", "10.3"},
{"memory_output_file", "memory.txt", "3.33"}
}
Definition at line 67 of file AllParameters.cpp.
string anyIntParams[NUMANYINT][3] [static] |
{
{"bisection_num_test_cuts", "3", "dont_know"},
{"parallel_part_calculation_count", "2", "dont_know"}
}
Definition at line 76 of file AllParameters.cpp.
Definition at line 84 of file AllParameters.cpp.
1.7.6.1