|
Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
Thyra::AmesosLinearOpWithSolveFactory : A general concrete implementation of the Thyra::LinearOpWithSolveFactoryBase interface that creates Thyra::AmesosLinearOpWithSolve objects.
Thyra::AmesosLinearOpWithSolve : A very general concrete implementation of the Thyra::LinearOpWithSolveBase interface. Clients should not create these objects directly but instead should use Thyra::AmesosLinearOpWithSolveFactory for that purpose.
Definition at line 57 of file Thyra_AmesosTypes.hpp.
The policy used on refactoring a matrix.
| REPIVOT_ON_REFACTORIZATION |
Completely new pivoting will be used on refactorizations! |
| NO_PIVOT_ON_REFACTORIZATION |
No piviting, or only minor repivoting, will be used on refactorizations! |
Definition at line 162 of file Thyra_AmesosTypes.hpp.
| const char* Thyra::Amesos::toString | ( | const ESolverType | solverType | ) | [inline] |
Definition at line 151 of file Thyra_AmesosTypes.hpp.
| const char* Thyra::Amesos::toString | ( | const ERefactorizationPolicy | refactorizationPolicy | ) | [inline] |
Definition at line 183 of file Thyra_AmesosTypes.hpp.
| const int Thyra::Amesos::numSolverTypes = 1 |
Definition at line 97 of file Thyra_AmesosTypes.hpp.
| const Amesos::ESolverType Thyra::Amesos::solverTypeValues |
Definition at line 48 of file Thyra_AmesosTypes.cpp.
| const char * Thyra::Amesos::solverTypeNames |
Definition at line 86 of file Thyra_AmesosTypes.cpp.
| const bool Thyra::Amesos::supportsUnsymmetric |
Definition at line 124 of file Thyra_AmesosTypes.cpp.
| const int Thyra::Amesos::numRefactorizationPolices = 2 |
Definition at line 170 of file Thyra_AmesosTypes.hpp.
| const Amesos::ERefactorizationPolicy Thyra::Amesos::refactorizationPolicyValues |
Definition at line 169 of file Thyra_AmesosTypes.cpp.
1.7.6.1