|
MueLu Version of the Day
|
Functions | |
| template<typename Scalar = MueLu::DefaultScalar, typename LocalOrdinal = MueLu::DefaultLocalOrdinal, typename GlobalOrdinal = MueLu::DefaultGlobalOrdinal, typename Node = MueLu::DefaultNode> | |
| void | enableMueLu (LinearSolverBuilder< Scalar > &builder, const std::string &stratName="MueLu") |
| template<typename LocalOrdinal, typename GlobalOrdinal, typename Node> | |
| MUELU_DEPRECATED void | enableMueLu (LinearSolverBuilder< double > &builder, const std::string &stratName="MueLu") |
| template<typename Scalar = MueLu::DefaultScalar, typename LocalOrdinal = MueLu::DefaultLocalOrdinal, typename GlobalOrdinal = MueLu::DefaultGlobalOrdinal, typename Node = MueLu::DefaultNode> | |
| void | enableMueLuRefMaxwell (LinearSolverBuilder< Scalar > &builder, const std::string &stratName="MueLuRefMaxwell") |
| template<typename LocalOrdinal, typename GlobalOrdinal, typename Node> | |
| MUELU_DEPRECATED void | enableMueLuRefMaxwell (LinearSolverBuilder< double > &builder, const std::string &stratName="MueLuRefMaxwell") |
| template<typename Scalar = MueLu::DefaultScalar, typename LocalOrdinal = MueLu::DefaultLocalOrdinal, typename GlobalOrdinal = MueLu::DefaultGlobalOrdinal, typename Node = MueLu::DefaultNode> | |
| void | enableMueLuMaxwell1 (LinearSolverBuilder< Scalar > &builder, const std::string &stratName="MueLuMaxwell1") |
| template<typename LocalOrdinal, typename GlobalOrdinal, typename Node> | |
| MUELU_DEPRECATED void | enableMueLuMaxwell1 (LinearSolverBuilder< double > &builder, const std::string &stratName="MueLuMaxwell1") |
| template<typename Scalar = MueLu::DefaultScalar, typename LocalOrdinal = MueLu::DefaultLocalOrdinal, typename GlobalOrdinal = MueLu::DefaultGlobalOrdinal, typename Node = MueLu::DefaultNode> | |
| void | enableMueLuTpetraQ2Q1 (LinearSolverBuilder< Scalar > &builder, const std::string &stratName="MueLu") |
| template<typename LocalOrdinal, typename GlobalOrdinal, typename Node> | |
| MUELU_DEPRECATED void | enableMueLuTpetraQ2Q1 (LinearSolverBuilder< double > &builder, const std::string &stratName="MueLu") |
| void Stratimikos::enableMueLu | ( | LinearSolverBuilder< Scalar > & | builder, |
| const std::string & | stratName = "MueLu" ) |
Definition at line 71 of file Stratimikos_MueLuHelpers.hpp.
| MUELU_DEPRECATED void Stratimikos::enableMueLu | ( | LinearSolverBuilder< double > & | builder, |
| const std::string & | stratName = "MueLu" ) |
Definition at line 87 of file Stratimikos_MueLuHelpers.hpp.
| void Stratimikos::enableMueLuRefMaxwell | ( | LinearSolverBuilder< Scalar > & | builder, |
| const std::string & | stratName = "MueLuRefMaxwell" ) |
Definition at line 93 of file Stratimikos_MueLuHelpers.hpp.
| MUELU_DEPRECATED void Stratimikos::enableMueLuRefMaxwell | ( | LinearSolverBuilder< double > & | builder, |
| const std::string & | stratName = "MueLuRefMaxwell" ) |
Definition at line 109 of file Stratimikos_MueLuHelpers.hpp.
| void Stratimikos::enableMueLuMaxwell1 | ( | LinearSolverBuilder< Scalar > & | builder, |
| const std::string & | stratName = "MueLuMaxwell1" ) |
Definition at line 115 of file Stratimikos_MueLuHelpers.hpp.
| MUELU_DEPRECATED void Stratimikos::enableMueLuMaxwell1 | ( | LinearSolverBuilder< double > & | builder, |
| const std::string & | stratName = "MueLuMaxwell1" ) |
Definition at line 131 of file Stratimikos_MueLuHelpers.hpp.
| void Stratimikos::enableMueLuTpetraQ2Q1 | ( | LinearSolverBuilder< Scalar > & | builder, |
| const std::string & | stratName = "MueLu" ) |
Definition at line 143 of file Stratimikos_MueLuHelpers.hpp.
| MUELU_DEPRECATED void Stratimikos::enableMueLuTpetraQ2Q1 | ( | LinearSolverBuilder< double > & | builder, |
| const std::string & | stratName = "MueLu" ) |
Definition at line 156 of file Stratimikos_MueLuHelpers.hpp.