|
Ifpack2 Templated Preconditioning Package
Version 1.0
|
Map from an Ifpack2::Preconditioner subclass to its string name. More...
#include <Ifpack2_AdditiveSchwarz_def.hpp>
Static Public Member Functions | |
| static std::string | name () |
| Name corresponding to Preconditioner subclass PrecType. | |
Map from an Ifpack2::Preconditioner subclass to its string name.
| PrecType | Specialization of a subclass of Ifpack2::Preconditioner. |
Ifpack2::AdditiveSchwarz uses this class to map from its compile-time template parameter LocalInverseType, to a string name of the inner preconditioner which it can give to Details::OneLevelFactory in order to create the inner preconditioner. This class will no longer be needed once Ifpack2::AdditiveSchwarz no longer has a LocalInverseType template parameter.
| static std::string Ifpack2::Details::OneLevelPreconditionerNamer< PrecType >::name | ( | ) | [inline, static] |
Name corresponding to Preconditioner subclass PrecType.
1.7.6.1