Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
Panzer_OrientationsInterface.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_ORIENTATIONS_INTERFACE_HPP
12
#define PANZER_ORIENTATIONS_INTERFACE_HPP
13
14
#include "Teuchos_RCP.hpp"
15
#include "Intrepid2_Orientation.hpp"
16
17
namespace
panzer
{
18
19
class
GlobalIndexer;
20
21
class
OrientationsInterface
22
{
23
public
:
24
26
OrientationsInterface
() =
delete
;
27
33
OrientationsInterface
(
const
Teuchos::RCP<const panzer::GlobalIndexer> & indexer);
34
38
Teuchos::RCP<const std::vector<Intrepid2::Orientation> >
39
getOrientations
()
const
;
40
41
protected
:
42
44
Teuchos::RCP<const std::vector<Intrepid2::Orientation>>
orientations_
;
45
46
};
47
48
}
49
50
#endif
panzer::OrientationsInterface
Definition
Panzer_OrientationsInterface.hpp:22
panzer::OrientationsInterface::orientations_
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > orientations_
Orientations.
Definition
Panzer_OrientationsInterface.hpp:44
panzer::OrientationsInterface::OrientationsInterface
OrientationsInterface()=delete
Block default constructor.
panzer::OrientationsInterface::getOrientations
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > getOrientations() const
Definition
Panzer_OrientationsInterface.cpp:156
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
Generated by
1.9.8