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

#include <Panzer_STK_Interface.hpp>

Public Member Functions

 ElementDescriptor (stk::mesh::EntityId gid, const std::vector< stk::mesh::EntityId > &nodes)
 
virtual ~ElementDescriptor ()
 
stk::mesh::EntityId getGID () const
 
const std::vector
< stk::mesh::EntityId > & 
getNodes () const
 

Protected Member Functions

 ElementDescriptor ()
 

Protected Attributes

stk::mesh::EntityId gid_
 
std::vector< stk::mesh::EntityId > nodes_
 

Detailed Description

Pure virtial base class that builds a basic element. To be overidden with several types of elements.

Definition at line 83 of file Panzer_STK_Interface.hpp.

Constructor & Destructor Documentation

panzer_stk::ElementDescriptor::ElementDescriptor ( stk::mesh::EntityId  gid,
const std::vector< stk::mesh::EntityId > &  nodes 
)

Definition at line 89 of file Panzer_STK_Interface.cpp.

panzer_stk::ElementDescriptor::~ElementDescriptor ( )
virtual

Definition at line 91 of file Panzer_STK_Interface.cpp.

panzer_stk::ElementDescriptor::ElementDescriptor ( )
protected

Definition at line 88 of file Panzer_STK_Interface.cpp.

Member Function Documentation

stk::mesh::EntityId panzer_stk::ElementDescriptor::getGID ( ) const
inline

Definition at line 88 of file Panzer_STK_Interface.hpp.

const std::vector<stk::mesh::EntityId>& panzer_stk::ElementDescriptor::getNodes ( ) const
inline

Definition at line 89 of file Panzer_STK_Interface.hpp.

Member Data Documentation

stk::mesh::EntityId panzer_stk::ElementDescriptor::gid_
protected

Definition at line 91 of file Panzer_STK_Interface.hpp.

std::vector<stk::mesh::EntityId> panzer_stk::ElementDescriptor::nodes_
protected

Definition at line 92 of file Panzer_STK_Interface.hpp.


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