#include <Panzer_STK_Interface.hpp>
|
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 85 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: