43 #ifndef PANZER_STK_IOCLOSURE_MODEL_FACTORY_TEMPLATE_BUILDER_HPP
44 #define PANZER_STK_IOCLOSURE_MODEL_FACTORY_TEMPLATE_BUILDER_HPP
47 #include "Sacado_mpl_apply.hpp"
48 #include "Teuchos_RCP.hpp"
50 #include "Panzer_STK_IOClosureModel_Factory.hpp"
55 template <
typename TraitsT>
60 const Teuchos::RCP<STK_Interface> & mesh,
61 const Teuchos::ParameterList & outputList)
65 const Teuchos::RCP<STK_Interface> & mesh,
66 const std::map<std::string,std::vector<std::string> > & nodalFields,
67 const std::map<std::string,std::vector<std::string> > & cellFields)
71 template <
typename EvalT>
72 Teuchos::RCP<panzer::ClosureModelFactoryBase>
build()
const {
83 Teuchos::RCP<STK_Interface>
mesh_;