Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
evaluators
Panzer_EvaluatorStyle.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_EvaluatorStyle_hpp__
12
#define __Panzer_EvaluatorStyle_hpp__
13
14
namespace
panzer
15
{
22
enum class
EvaluatorStyle
23
{
24
CONTRIBUTES
,
26
EVALUATES
,
27
};
// end of enum class EnumeratorStyle
28
29
}
// end of namespace panzer
30
31
#endif
// __Panzer_EvaluatorStyle_hpp__
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
panzer::EvaluatorStyle
EvaluatorStyle
An indication of how an Evaluator will behave.
Definition
Panzer_EvaluatorStyle.hpp:23
panzer::EvaluatorStyle::EVALUATES
@ EVALUATES
panzer::EvaluatorStyle::CONTRIBUTES
@ CONTRIBUTES
Generated by
1.9.8