74 #ifndef STOKHOS_MLPRECOP_HPP 75 #define STOKHOS_MLPRECOP_HPP 79 #ifdef HAVE_STOKHOS_ML 93 #include "ml_include.h" 94 #include "ml_MultiLevelPreconditioner.h" 98 #include "Teuchos_Array.hpp" 133 int SetUseTranspose (
bool ) {
return -1; }
166 double NormInf()
const {
return(0.0);};
172 const char * Label()
const{
return(Label_);};
175 bool UseTranspose()
const {
return(
false);};
178 bool HasNormInf()
const{
return(
false);};
184 const Epetra_Map & OperatorDomainMap()
const {
return(DomainMap_);};
186 const Epetra_Map & OperatorRangeMap()
const {
return(RangeMap_);};
198 MLPrecOp& operator=(
const MLPrecOp&)
211 const Teuchos::Array<double>& norms_;
213 ML_Epetra::MultiLevelPreconditioner* MLPrec;
218 #endif // HAVE_STOKHOS_ML
Top-level namespace for Stokhos classes and functions.