Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_Evaluator_WithBaseImpl.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_EVALUATOR_WITHBASEIMPL_HPP
12 #define PANZER_EVALUATOR_WITHBASEIMPL_HPP
13 
14 #include "Phalanx_Evaluator_WithBaseImpl.hpp"
16 #include "Panzer_Workset.hpp"
17 
18 namespace panzer {
19 
21 template<typename TRAITS>
23  public PHX::EvaluatorWithBaseImpl<TRAITS>,
25 
26 public:
28  void setDetailsIndex(const int di) { wda.setDetailsIndex(di); }
29 
30 protected:
32 };
33 
34 }
35 
36 #endif
void setDetailsIndex(const int di)
An evaluator builder sets the details index.
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Mix-in interface to support cell &quot;domains&quot; in panzer.
void setDetailsIndex(const int di)
An evaluator builder sets the details index.