Panzer
Version of the Day
|
#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_ |
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.
panzer_stk::ElementDescriptor::ElementDescriptor | ( | stk::mesh::EntityId | gid, |
const std::vector< stk::mesh::EntityId > & | nodes | ||
) |
Definition at line 57 of file Panzer_STK_Interface.cpp.
|
virtual |
Definition at line 59 of file Panzer_STK_Interface.cpp.
|
protected |
Definition at line 56 of file Panzer_STK_Interface.cpp.
|
inline |
Definition at line 56 of file Panzer_STK_Interface.hpp.
|
inline |
Definition at line 57 of file Panzer_STK_Interface.hpp.
|
protected |
Definition at line 59 of file Panzer_STK_Interface.hpp.
|
protected |
Definition at line 60 of file Panzer_STK_Interface.hpp.