Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
Panzer_Base.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_BASE_H
12
#define PANZER_BASE_H
13
14
namespace
panzer
{
15
17
class
Base
{
18
19
public
:
20
21
Base
() {}
22
23
virtual
~Base
() {}
24
25
};
26
27
}
28
29
#endif
panzer::Base
Non-templated empty base class for template managers.
Definition
Panzer_Base.hpp:17
panzer::Base::Base
Base()
Definition
Panzer_Base.hpp:21
panzer::Base::~Base
virtual ~Base()
Definition
Panzer_Base.hpp:23
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
Generated by
1.9.8