#include <Panzer_STK_Interface.hpp>
|
| ElementDescriptor (stk_classic::mesh::EntityId gid, const std::vector< stk_classic::mesh::EntityId > &nodes) |
|
virtual | ~ElementDescriptor () |
|
stk_classic::mesh::EntityId | getGID () const |
|
const std::vector
< stk_classic::mesh::EntityId > & | getNodes () const |
|
|
stk_classic::mesh::EntityId | gid_ |
|
std::vector
< stk_classic::mesh::EntityId > | nodes_ |
|
Pure virtial base class that builds a basic element. To be overidden with several types of elements.
Definition at line 75 of file Panzer_STK_Interface.hpp.
panzer_stk_classic::ElementDescriptor::ElementDescriptor |
( |
stk_classic::mesh::EntityId |
gid, |
|
|
const std::vector< stk_classic::mesh::EntityId > & |
nodes |
|
) |
| |
panzer_stk_classic::ElementDescriptor::~ElementDescriptor |
( |
| ) |
|
|
virtual |
panzer_stk_classic::ElementDescriptor::ElementDescriptor |
( |
| ) |
|
|
protected |
stk_classic::mesh::EntityId panzer_stk_classic::ElementDescriptor::getGID |
( |
| ) |
const |
|
inline |
const std::vector<stk_classic::mesh::EntityId>& panzer_stk_classic::ElementDescriptor::getNodes |
( |
| ) |
const |
|
inline |
stk_classic::mesh::EntityId panzer_stk_classic::ElementDescriptor::gid_ |
|
protected |
std::vector<stk_classic::mesh::EntityId> panzer_stk_classic::ElementDescriptor::nodes_ |
|
protected |
The documentation for this class was generated from the following files: