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
16
struct
EvaluationTraits
{
17
template
<
class
T>
struct
apply
{
18
typedef
typename
T::ScalarT
type
;
19
};
20
};
21
22
}
23
24
#endif
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
panzer::EvaluationTraits::apply
Definition
Panzer_EvaluationTraits.hpp:17
panzer::EvaluationTraits::apply::type
T::ScalarT type
Definition
Panzer_EvaluationTraits.hpp:18
panzer::EvaluationTraits
Definition
Panzer_EvaluationTraits.hpp:16
Generated by
1.9.8