45 #include "Teuchos_CommandLineProcessor.hpp"
59 void setupCLP( Teuchos::CommandLineProcessor *clp );
62 Teuchos::RCP<AdvDiffReactOptModel>
64 const Teuchos::RCP<const Epetra_Comm> &comm
65 ,std::ostream *out = NULL
74 std::string geomFileBase_;
81 bool supportDerivatives_;
A utility class for creating an AdvDiffReactOptModelCreator/tt> object by reading from the command-li...
AdvDiffReactOptModelCreator()
void setupCLP(Teuchos::CommandLineProcessor *clp)
Teuchos::RCP< AdvDiffReactOptModel > createModel(const Teuchos::RCP< const Epetra_Comm > &comm, std::ostream *out=NULL) const