Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
Panzer_BCStrategy_impl.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_BCSTRATEGY_IMPL_HPP
12
#define PANZER_BCSTRATEGY_IMPL_HPP
13
14
template
<
typename
EvalT>
15
panzer::BCStrategy<EvalT>::
16
BCStrategy
(
const
panzer::BC
& bc) :
17
m_bc(bc)
18
{ }
19
20
template
<
typename
EvalT>
21
panzer::BCStrategy<EvalT>::~BCStrategy
()
22
{ }
23
24
#endif
panzer::BCStrategy::~BCStrategy
virtual ~BCStrategy()
Definition
Panzer_BCStrategy_impl.hpp:21
panzer::BCStrategy::BCStrategy
BCStrategy(const panzer::BC &bc)
Definition
Panzer_BCStrategy_impl.hpp:16
panzer::BC
Stores input information for a boundary condition.
Definition
Panzer_BC.hpp:48
Generated by
1.9.8