#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Thyra_MueLuPreconditionerFactory.hpp"
#include "Thyra_MueLuRefMaxwellPreconditionerFactory.hpp"
#include "Thyra_MueLuTpetraQ2Q1PreconditionerFactory.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TestForException.hpp"
#include "Teuchos_AbstractFactoryStd.hpp"
#include <string>
Go to the source code of this file.
|
template<typename LocalOrdinal = int, typename GlobalOrdinal = int, typename Node = KokkosClassic::DefaultNode::DefaultNodeType> |
void | Stratimikos::enableMueLu (DefaultLinearSolverBuilder &builder, const std::string &stratName="MueLu") |
|
template<typename LocalOrdinal = int, typename GlobalOrdinal = int, typename Node = KokkosClassic::DefaultNode::DefaultNodeType> |
void | Stratimikos::enableMueLuRefMaxwell (DefaultLinearSolverBuilder &builder, const std::string &stratName="MueLuRefMaxwell") |
|
template<typename LocalOrdinal , typename GlobalOrdinal , typename Node > |
void | Stratimikos::enableMueLuTpetraQ2Q1 (DefaultLinearSolverBuilder &builder, const std::string &stratName="MueLu") |
|