Panzer
Version of the Day
Loading...
Searching...
No Matches
adapters-stk
src
Panzer_STK_MeshAccessor.hpp
Go to the documentation of this file.
1
#ifndef PANZER_STK_MESH_ACCESSOR_HPP
2
#define PANZER_STK_MESH_ACCESSOR_HPP
3
4
#include "Teuchos_Assert.hpp"
5
#include "
Panzer_STK_Interface.hpp
"
6
7
namespace
panzer_stk
{
8
16
class
STKMeshAccessor
{
17
Teuchos::RCP<panzer_stk::STK_Interface>
mesh_
;
18
public
:
19
Teuchos::RCP<panzer_stk::STK_Interface>
getMesh
()
const
20
{
21
TEUCHOS_ASSERT(Teuchos::nonnull(
mesh_
));
22
return
mesh_
;
23
}
24
25
void
setMesh
(
const
Teuchos::RCP<STK_Interface>& mesh){
mesh_
= mesh;}
26
};
27
28
}
29
30
#endif
Panzer_STK_Interface.hpp
panzer_stk::STKMeshAccessor
Definition
Panzer_STK_MeshAccessor.hpp:16
panzer_stk::STKMeshAccessor::getMesh
Teuchos::RCP< panzer_stk::STK_Interface > getMesh() const
Definition
Panzer_STK_MeshAccessor.hpp:19
panzer_stk::STKMeshAccessor::setMesh
void setMesh(const Teuchos::RCP< STK_Interface > &mesh)
Definition
Panzer_STK_MeshAccessor.hpp:25
panzer_stk::STKMeshAccessor::mesh_
Teuchos::RCP< panzer_stk::STK_Interface > mesh_
Definition
Panzer_STK_MeshAccessor.hpp:17
panzer_stk
Definition
Panzer_STK_GatherExodusCellDataToIP.hpp:26
Generated by
1.9.8