#include <Panzer_STK_Interface.hpp>
|
| | ElementDescriptor (stk::mesh::EntityId gid, const std::vector< stk::mesh::EntityId > &nodes) |
| | Construct from the element's global ID and the global IDs of its nodes.
|
| |
| virtual | ~ElementDescriptor () |
| |
| stk::mesh::EntityId | getGID () const |
| | Returns the element's global ID.
|
| |
| const std::vector< stk::mesh::EntityId > & | getNodes () const |
| | Returns the global IDs of the element's nodes.
|
| |
|
| stk::mesh::EntityId | gid_ |
| |
| std::vector< stk::mesh::EntityId > | nodes_ |
| |
Pure virtial base class that builds a basic element. To be overidden with several types of elements.
Definition at line 51 of file Panzer_STK_Interface.hpp.
◆ ElementDescriptor() [1/2]
| panzer_stk::ElementDescriptor::ElementDescriptor |
( |
stk::mesh::EntityId |
gid, |
|
|
const std::vector< stk::mesh::EntityId > & |
nodes |
|
) |
| |
◆ ~ElementDescriptor()
| panzer_stk::ElementDescriptor::~ElementDescriptor |
( |
| ) |
|
|
virtual |
◆ ElementDescriptor() [2/2]
| panzer_stk::ElementDescriptor::ElementDescriptor |
( |
| ) |
|
|
protected |
◆ getGID()
| stk::mesh::EntityId panzer_stk::ElementDescriptor::getGID |
( |
| ) |
const |
|
inline |
◆ getNodes()
| const std::vector< stk::mesh::EntityId > & panzer_stk::ElementDescriptor::getNodes |
( |
| ) |
const |
|
inline |
◆ gid_
| stk::mesh::EntityId panzer_stk::ElementDescriptor::gid_ |
|
protected |
◆ nodes_
| std::vector<stk::mesh::EntityId> panzer_stk::ElementDescriptor::nodes_ |
|
protected |
The documentation for this class was generated from the following files: