MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations | Functions
MoochoPack_Types.hpp File Reference
#include "ConstrainedOptPack_Types.hpp"
#include "IterationPack_Types.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_VerbosityLevel.hpp"
#include "ConstrainedOptPack_PublicTypes.ud"
#include "IterationPack_PublicTypes.ud"
Include dependency graph for MoochoPack_Types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MoochoPack
 

Enumerations

enum  MoochoPack::EJournalOutputLevel {
  MoochoPack::PRINT_NOTHING = 0, MoochoPack::PRINT_BASIC_ALGORITHM_INFO = 1, MoochoPack::PRINT_ALGORITHM_STEPS = 2, MoochoPack::PRINT_ACTIVE_SET = 3,
  MoochoPack::PRINT_VECTORS = 4, MoochoPack::PRINT_ITERATION_QUANTITIES = 5
}
 enum for journal output. More...
 

Functions

Teuchos::EVerbosityLevel MoochoPack::convertToVerbLevel (const EJournalOutputLevel output_level)
 Conver to Teuchos::EVerbosityLevel. More...