Panzer Version of the Day
Loading...
Searching...
No Matches
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 85 of file Panzer_STK_Interface.hpp.

Constructor & Destructor Documentation

◆ ElementDescriptor() [1/2]

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.

◆ ~ElementDescriptor()

panzer_stk::ElementDescriptor::~ElementDescriptor ( )
virtual

Definition at line 91 of file Panzer_STK_Interface.cpp.

◆ ElementDescriptor() [2/2]

panzer_stk::ElementDescriptor::ElementDescriptor ( )
protected

Definition at line 88 of file Panzer_STK_Interface.cpp.

Member Function Documentation

◆ getGID()

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

Definition at line 90 of file Panzer_STK_Interface.hpp.

◆ getNodes()

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

Definition at line 91 of file Panzer_STK_Interface.hpp.

Member Data Documentation

◆ gid_

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

Definition at line 93 of file Panzer_STK_Interface.hpp.

◆ nodes_

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

Definition at line 94 of file Panzer_STK_Interface.hpp.


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