1 #ifndef VERTEXCFD_INITIALCONDITIONFACTORY_TEMPLATEBUILDER_HPP
2 #define VERTEXCFD_INITIALCONDITIONFACTORY_TEMPLATEBUILDER_HPP
4 #include "VertexCFD_InitialConditionFactory.hpp"
6 #include <Panzer_ClosureModel_Factory_Base.hpp>
7 #include <Panzer_STK_Interface.hpp>
9 #include <Teuchos_RCP.hpp>
13 namespace InitialCondition
16 template<
int NumSpaceDim>
25 template<
typename EvalT>
26 Teuchos::RCP<panzer::ClosureModelFactoryBase> build()
const
29 return Teuchos::rcp_static_cast<panzer::ClosureModelFactoryBase>(
34 Teuchos::RCP<const panzer_stk::STK_Interface> _mesh;
42 #endif // end VERTEXCFD_INITIALCONDITIONFACTORY_TEMPLATEBUILDER_HPP