Panzer Version of the Day
Loading...
Searching...
No Matches
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
14namespace panzer {
15
24template <typename Scalar,typename Array>
26public:
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
virtual void getOrientations(const std::string &blockId, const std::vector< std::size_t > &cell_local_ids, Array &orientations) const =0