MFEM v2.0
|
#include <element.hpp>
Public Member Functions | |
OctasectedElement (Element *ce) | |
virtual int | GetType () const |
Returns element's type. | |
virtual Element * | Duplicate (Mesh *m) const |
Public Attributes | |
int | Child [7] |
Definition at line 161 of file element.hpp.
OctasectedElement::OctasectedElement | ( | Element * | ce | ) | [inline] |
Definition at line 166 of file element.hpp.
virtual int OctasectedElement::GetType | ( | ) | const [inline, virtual] |
Returns element's type.
Implements Element.
Definition at line 168 of file element.hpp.
References Element::OCTASECTED.
int OctasectedElement::Child[7] |
Definition at line 164 of file element.hpp.
Referenced by Mesh::HexUniformRefinement().