Belos
Version of the Day
|
This is the complete list of members for Belos::StatusTestFactory< Scalar, MV, OP >, including all inherited members.
base_test typedef | Belos::StatusTestFactory< Scalar, MV, OP > | |
changeConvTol(const Teuchos::RCP< base_test > &test, const magnitude_type convTol) | Belos::StatusTestFactory< Scalar, MV, OP > | static |
changeConvTolAndMaxIters(const Teuchos::RCP< base_test > &test, const magnitude_type convTol, const int maxIterCount) | Belos::StatusTestFactory< Scalar, MV, OP > | static |
changeMaxNumIters(const Teuchos::RCP< base_test > &test, const int maxIterCount) | Belos::StatusTestFactory< Scalar, MV, OP > | static |
combo_test typedef | Belos::StatusTestFactory< Scalar, MV, OP > | |
getValidGmresParameters() | Belos::StatusTestFactory< Scalar, MV, OP > | |
gmresTest(const magnitude_type convTol, const int maxIterCount, const bool haveLeftPreconditioner, const ScaleType implicitScaleType=Belos::NormOfPrecInitRes, const ScaleType explicitScaleType=Belos::NormOfInitRes, const int blockSize=1, const int defQuorum=-1, const bool showMaxResNormOnly=false) | Belos::StatusTestFactory< Scalar, MV, OP > | static |
gmresTest(const bool haveLeftPreconditioner, const Teuchos::RCP< Teuchos::ParameterList > ¶ms) | Belos::StatusTestFactory< Scalar, MV, OP > | static |
magnitude_type typedef | Belos::StatusTestFactory< Scalar, MV, OP > | |
max_iter_test typedef | Belos::StatusTestFactory< Scalar, MV, OP > | |
res_norm_test typedef | Belos::StatusTestFactory< Scalar, MV, OP > | |
stringToScaleType(const std::string &scaleType) | Belos::StatusTestFactory< Scalar, MV, OP > | static |