1 #ifndef VERTEXCFD_CONDUCTIONCLOSUREMODELFACTORY_TEMPLATEBUILDER_HPP
2 #define VERTEXCFD_CONDUCTIONCLOSUREMODELFACTORY_TEMPLATEBUILDER_HPP
4 #include "VertexCFD_ConductionClosureModelFactory.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
22 auto conduction_closure_factory
24 return Teuchos::rcp_static_cast<panzer::ClosureModelFactoryBase>(
25 conduction_closure_factory);
34 #endif // end VERTEXCFD_CONDUCTIONCLOSUREMODELFACTORY_TEMPLATEBUILDER_HPP