Panzer Version of the Day
Loading...
Searching...
No Matches
Panzer_AssemblyEngine_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_ASSEMBLY_ENGINE_TEMPLATE_MANAGER_HPP
12#define PANZER_ASSEMBLY_ENGINE_TEMPLATE_MANAGER_HPP
13
14#include "Phalanx_TemplateManager.hpp"
15
16#include "Panzer_Traits.hpp"
17#include "Panzer_Base.hpp"
19
20#include "Sacado_mpl_placeholders.hpp"
21
22namespace panzer {
23
24 template<typename Traits>
26 public PHX::TemplateManager<typename Traits::EvalTypes,
27 panzer::Base,
28 panzer::AssemblyEngine<_> > {
29
30 public:
31
33
35
36 };
37
38}
39
40#endif