Panzer Version of the Day
Loading...
Searching...
No Matches
Panzer_ResponseEvaluatorFactory_TemplateManager.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Panzer: A partial differential equation assembly
4// engine for strongly coupled complex multiphysics systems
5//
6// Copyright 2011 NTESS and the Panzer contributors.
7// SPDX-License-Identifier: BSD-3-Clause
8// *****************************************************************************
9// @HEADER
10
11#ifndef PANZER_RESPONSE_EVALUATOR_FACTORY_TEMPLATE_MANAGER_H
12#define PANZER_RESPONSE_EVALUATOR_FACTORY_TEMPLATE_MANAGER_H
13
14#include "Phalanx_TemplateManager.hpp"
15
16#include "Panzer_Traits.hpp"
17#include "Panzer_Base.hpp"
18
20
21#include "Sacado_mpl_placeholders.hpp"
22
23namespace panzer {
24
25 template<typename Traits>
27 public PHX::TemplateManager<typename Traits::EvalTypes,
28 panzer::ResponseEvaluatorFactoryBase,
29 panzer::ResponseEvaluatorFactory<_> > {
30
31 public:
32
34
36
37 };
38
39}
40
41#endif