Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions | Variables
AllParameters.cpp File Reference
#include <Zoltan2_config.h>
#include <Zoltan2_Environment.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <string>
Include dependency graph for AllParameters.cpp:

Go to the source code of this file.

Macros

#define NUMFN   3
 
#define NUMSTR   35
 

Functions

template<typename T >
int testInvalidValue (Teuchos::ParameterList &pl, string paramName, T badValue)
 
int testForIssue612 ()
 
int main (int narg, char *arg[])
 

Variables

static string fnParams [NUMFN][3]
 
static string strParams [NUMSTR][3]
 

Macro Definition Documentation

#define NUMFN   3

Definition at line 62 of file AllParameters.cpp.

#define NUMSTR   35

Definition at line 73 of file AllParameters.cpp.

Function Documentation

template<typename T >
int testInvalidValue ( Teuchos::ParameterList &  pl,
string  paramName,
badValue 
)

Definition at line 120 of file AllParameters.cpp.

int testForIssue612 ( )

Definition at line 148 of file AllParameters.cpp.

int main ( int  narg,
char *  arg[] 
)

Definition at line 245 of file AllParameters.cpp.

Variable Documentation

string fnParams[NUMFN][3]
static
Initial value:
={
{"debug_output_file", "temp.txt", "5"},
{"timer_output_file", "timerInfo.txt", "10.3"},
{"memory_output_file", "memory.txt", "3.33"}
}

Definition at line 63 of file AllParameters.cpp.

string strParams[NUMSTR][3]
static

Definition at line 76 of file AllParameters.cpp.