Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
panzer_stk::STKMeshAccessor Class Reference

#include <Panzer_STK_MeshAccessor.hpp>

Public Member Functions

Teuchos::RCP
< panzer_stk::STK_Interface
getMesh () const
 
void setMesh (const Teuchos::RCP< STK_Interface > &mesh)
 

Private Attributes

Teuchos::RCP
< panzer_stk::STK_Interface
mesh_
 

Detailed Description

Base class for closure model factories to provide access to the STK_Interface.

Applications can derive their closure model factories from this class. The model evalautor factory will create and set the mesh on any factories that derive from this object before calling the buildObjects().

Definition at line 16 of file Panzer_STK_MeshAccessor.hpp.

Member Function Documentation

Teuchos::RCP<panzer_stk::STK_Interface> panzer_stk::STKMeshAccessor::getMesh ( ) const
inline

Definition at line 19 of file Panzer_STK_MeshAccessor.hpp.

void panzer_stk::STKMeshAccessor::setMesh ( const Teuchos::RCP< STK_Interface > &  mesh)
inline

Definition at line 25 of file Panzer_STK_MeshAccessor.hpp.

Member Data Documentation

Teuchos::RCP<panzer_stk::STK_Interface> panzer_stk::STKMeshAccessor::mesh_
private

Definition at line 17 of file Panzer_STK_MeshAccessor.hpp.


The documentation for this class was generated from the following file: