Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
Panzer_OrientationContainerBase.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_OrientationContainerBase_hpp__
12
#define __Panzer_OrientationContainerBase_hpp__
13
14
namespace
panzer
{
15
24
template
<
typename
Scalar,
typename
Array>
25
class
OrientationContainerBase
{
26
public
:
27
virtual
~OrientationContainerBase
() {}
28
37
virtual
void
getOrientations
(
const
std::string & blockId,
38
const
std::vector<std::size_t> & cell_local_ids,
39
Array & orientations)
const
= 0;
40
41
};
42
43
}
44
45
#endif
panzer::OrientationContainerBase
Definition
Panzer_OrientationContainerBase.hpp:25
panzer::OrientationContainerBase::~OrientationContainerBase
virtual ~OrientationContainerBase()
Definition
Panzer_OrientationContainerBase.hpp:27
panzer::OrientationContainerBase::getOrientations
virtual void getOrientations(const std::string &blockId, const std::vector< std::size_t > &cell_local_ids, Array &orientations) const =0
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
Generated by
1.9.8