Stratimikos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions | Variables
Thyra_Amesos2Types.hpp File Reference
#include "Amesos2_config.h"
#include "Teuchos_StringToIntMap.hpp"
Include dependency graph for Thyra_Amesos2Types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Thyra
 
namespace  Thyra::Amesos2
 

Enumerations

enum  Thyra::Amesos2::ESolverType { Thyra::Amesos2::KLU2 }
 
enum  Thyra::Amesos2::ERefactorizationPolicy { Thyra::Amesos2::REPIVOT_ON_REFACTORIZATION , Thyra::Amesos2::NO_PIVOT_ON_REFACTORIZATION }
 The policy used on refactoring a matrix. More...
 

Functions

const char * Thyra::Amesos2::toString (const ESolverType solverType)
 
const char * Thyra::Amesos2::toString (const ERefactorizationPolicy refactorizationPolicy)
 

Variables

const int Thyra::Amesos2::numSolverTypes = 1
 
const ESolverType Thyra::Amesos2::solverTypeValues [numSolverTypes]
 
const char * Thyra::Amesos2::solverTypeNames [numSolverTypes]
 
const bool Thyra::Amesos2::supportsUnsymmetric [numSolverTypes]
 
Teuchos::StringToIntMap Thyra::Amesos2::solverTypeNameToEnumMap
 
const int Thyra::Amesos2::numRefactorizationPolices = 2
 
const ERefactorizationPolicy Thyra::Amesos2::refactorizationPolicyValues [numRefactorizationPolices]
 
const char * Thyra::Amesos2::refactorizationPolicyNames [numRefactorizationPolices]
 
Teuchos::StringToIntMap Thyra::Amesos2::refactorizationPolicyNameToEnumMap