Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_Sum.cpp
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 #include "PanzerDiscFE_config.hpp"
13 
14 #include "Panzer_Sum.hpp"
15 #include "Panzer_Sum_impl.hpp"
16 
18 
19 PANZER_INSTANTIATE_TEMPLATE_CLASS_THREE_T(panzer::SumStatic,panzer::Cell)
20 PANZER_INSTANTIATE_TEMPLATE_CLASS_FOUR_T(panzer::SumStatic,panzer::Cell,panzer::IP)
21 PANZER_INSTANTIATE_TEMPLATE_CLASS_FOUR_T(panzer::SumStatic,panzer::Cell,panzer::BASIS)
#define PANZER_INSTANTIATE_TEMPLATE_CLASS_TWO_T(name)
#define PANZER_INSTANTIATE_TEMPLATE_CLASS_FOUR_T(name, FirstExtraT, SecondExtraT)
#define PANZER_INSTANTIATE_TEMPLATE_CLASS_THREE_T(name, ExtraT)