47 #ifndef __Teko_SIMPLEPreconditionerFactory_hpp__
48 #define __Teko_SIMPLEPreconditionerFactory_hpp__
50 #include "Teko_BlockPreconditionerFactory.hpp"
51 #include "Teko_InverseFactory.hpp"
81 const Teuchos::RCP<InverseFactory> & invPrsFactory,
93 { massMatrix_ = mass; }
108 Teuchos::RCP<InverseFactory> customHFactory_;
109 Teuchos::RCP<InverseFactory> invVelFactory_;
110 Teuchos::RCP<InverseFactory> invPrsFactory_;
116 Teko::LinearOp massMatrix_;
119 mutable Teuchos::ParameterList BlkDiagList_;