Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_EquationSet_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_EQUATION_SET_TEMPLATE_MANAGER_H
12 #define PANZER_EQUATION_SET_TEMPLATE_MANAGER_H
13 
14 #include "Phalanx_TemplateManager.hpp"
15 
16 #include "Panzer_Traits.hpp"
17 #include "Panzer_Base.hpp"
18 #include "Panzer_EquationSet.hpp"
19 
20 #include "Sacado_mpl_placeholders.hpp"
21 
22 namespace panzer {
23 
24  template<typename Traits>
26  public PHX::TemplateManager<typename Traits::EvalTypes,
27  panzer::EquationSetBase,
28  panzer::EquationSet<_> > {
29 
30  public:
31 
33 
35 
36  };
37 
38 }
39 
40 #endif