|
Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Amesos2_config.h"#include "Teuchos_StringToIntMap.hpp"

Go to the source code of this file.
Namespaces | |
| Thyra | |
| 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 |
1.8.14