Panzer Version of the Day
Loading...
Searching...
No Matches
Panzer_CloneableEvaluator.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_CloneableEvaluator_H
12#define PANZER_CloneableEvaluator_H
13
14#include "Teuchos_RCP.hpp"
15#include "Teuchos_ParameterList.hpp"
16
17namespace panzer {
18
21
22 public:
23
25
27
28 virtual Teuchos::RCP<CloneableEvaluator> clone(const Teuchos::ParameterList & pl) const = 0;
29 };
30
31}
32
33#endif
Non-templated empty base class for template managers.
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const =0