Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_ParameterLibrary.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_PARAMETER_LIBRARY_HPP
12 #define PANZER_PARAMETER_LIBRARY_HPP
13 
14 #include "Sacado_ScalarParameterLibrary.hpp"
15 #include "Sacado_ScalarParameterVector.hpp"
16 #include "Panzer_Traits.hpp"
18 
19 namespace panzer {
20 
21  typedef Sacado::ScalarParameterLibrary<panzer::EvaluationTraits> ParamLib;
22  typedef Sacado::ScalarParameterVector<panzer::EvaluationTraits> ParamVec;
23 
24 }
25 
26 #endif
Sacado::ScalarParameterVector< panzer::EvaluationTraits > ParamVec
Sacado::ScalarParameterLibrary< panzer::EvaluationTraits > ParamLib