Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Enumerations | Functions
Zoltan2_Parameters.hpp File Reference

Defines Parameter related enumerators, declares functions. More...

#include <Zoltan2_Standards.hpp>
Include dependency graph for Zoltan2_Parameters.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Enumerations

enum  Zoltan2::AssertionLevel {
  Zoltan2::NO_ASSERTIONS, Zoltan2::BASIC_ASSERTION, Zoltan2::COMPLEX_ASSERTION, Zoltan2::DEBUG_MODE_ASSERTION,
  Zoltan2::NUM_ASSERTION_LEVELS
}
 Level of error checking or assertions desired. More...
 
enum  Zoltan2::MessageOutputLevel {
  Zoltan2::NO_STATUS, Zoltan2::BASIC_STATUS, Zoltan2::DETAILED_STATUS, Zoltan2::VERBOSE_DETAILED_STATUS,
  Zoltan2::NUM_STATUS_OUTPUT_LEVELS
}
 The amount of debugging or status output to print. More...
 
enum  Zoltan2::TimerType {
  Zoltan2::NO_TIMERS, Zoltan2::MACRO_TIMERS, Zoltan2::MICRO_TIMERS, Zoltan2::BOTH_TIMERS,
  Zoltan2::TEST_TIMERS, Zoltan2::NUM_TIMING_OPTIONS
}
 The type of timers which should be active. More...
 
enum  Zoltan2::OSType { Zoltan2::COUT_STREAM, Zoltan2::CERR_STREAM, Zoltan2::NULL_STREAM, Zoltan2::NUM_OUTPUT_STREAMS }
 Output stream types. More...
 
enum  Zoltan2::multiCriteriaNorm { Zoltan2::normMinimizeTotalWeight, Zoltan2::normBalanceTotalMaximum, Zoltan2::normMinimizeMaximumWeight, Zoltan2::normNumNorms }
 Enumerator used in code for multicriteria norm choice. More...
 

Functions

void Zoltan2::createAllParameters (Teuchos::ParameterList &pList)
 Create a list of all Zoltan2 parameters and validators. More...
 
void Zoltan2::createValidatorList (const Teuchos::ParameterList &plIn, Teuchos::ParameterList &plOut)
 Create a list by adding validators to the users parameter list. More...
 
void Zoltan2::printListDocumentation (const Teuchos::ParameterList &pl, std::ostream &os, std::string listNames)
 

Detailed Description

Defines Parameter related enumerators, declares functions.

Definition in file Zoltan2_Parameters.hpp.