| 
    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 85 of file Panzer_STK_Interface.hpp.
| panzer_stk::ElementDescriptor::ElementDescriptor | ( | stk::mesh::EntityId | gid, | 
| const std::vector< stk::mesh::EntityId > & | nodes | ||
| ) | 
Definition at line 86 of file Panzer_STK_Interface.cpp.
      
  | 
  virtual | 
Definition at line 88 of file Panzer_STK_Interface.cpp.
      
  | 
  protected | 
Definition at line 85 of file Panzer_STK_Interface.cpp.
      
  | 
  inline | 
Definition at line 90 of file Panzer_STK_Interface.hpp.
      
  | 
  inline | 
Definition at line 91 of file Panzer_STK_Interface.hpp.
      
  | 
  protected | 
Definition at line 93 of file Panzer_STK_Interface.hpp.
      
  | 
  protected | 
Definition at line 94 of file Panzer_STK_Interface.hpp.
 1.8.5