1 #ifndef VERTEXCFD_CLOSUREMODELFACTORY_TEMPLATEBUILDER_HPP
2 #define VERTEXCFD_CLOSUREMODELFACTORY_TEMPLATEBUILDER_HPP
4 #include "VertexCFD_ClosureModelFactory.hpp"
6 #include <Panzer_ClosureModel_Factory_Base.hpp>
8 #include <Teuchos_RCP.hpp>
12 namespace ClosureModel
15 template<
int NumSpaceDim>
19 template<
typename EvalT>
20 Teuchos::RCP<panzer::ClosureModelFactoryBase> build()
const
23 return Teuchos::rcp_static_cast<panzer::ClosureModelFactoryBase>(
33 #endif // end VERTEXCFD_CLOSUREMODELFACTORY_TEMPLATEBUILDER_HPP