Panzer Version of the Day
Loading...
Searching...
No Matches
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
14namespace panzer
15{
22 enum class EvaluatorStyle
23 {
26 EVALUATES,
27 }; // end of enum class EnumeratorStyle
28
29} // end of namespace panzer
30
31#endif // __Panzer_EvaluatorStyle_hpp__
EvaluatorStyle
An indication of how an Evaluator will behave.