Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
Panzer_EvaluationTraits.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_EVALUATION_TRAITS_HPP
12
#define PANZER_EVALUATION_TRAITS_HPP
13
14
namespace
panzer
{
15
19
struct
EvaluationTraits
{
21
template
<
class
T>
struct
apply
{
22
typedef
typename
T::ScalarT
type
;
23
};
24
};
25
26
}
27
28
#endif
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
panzer::EvaluationTraits::apply
Maps evaluation type T to its scalar type, as T::ScalarT.
Definition
Panzer_EvaluationTraits.hpp:21
panzer::EvaluationTraits::apply::type
T::ScalarT type
Definition
Panzer_EvaluationTraits.hpp:22
panzer::EvaluationTraits
Traits class used by Sacado::ScalarParameterLibrary (see panzer::ParamLib) to map an evaluation type ...
Definition
Panzer_EvaluationTraits.hpp:19
Generated by
1.9.8