|
MFEM v2.0
|
#include <element.hpp>


Public Member Functions | |
| BisectedElement () | |
| BisectedElement (Element *ce) | |
| virtual int | GetType () const |
| Returns element's type. | |
| virtual Element * | Duplicate (Mesh *m) const |
Public Attributes | |
| int | SecondChild |
Definition at line 134 of file element.hpp.
| BisectedElement::BisectedElement | ( | ) | [inline] |
Definition at line 139 of file element.hpp.
| BisectedElement::BisectedElement | ( | Element * | ce | ) | [inline] |
Definition at line 140 of file element.hpp.
| virtual int BisectedElement::GetType | ( | ) | const [inline, virtual] |
Returns element's type.
Implements Element.
Definition at line 142 of file element.hpp.
References Element::BISECTED.
Definition at line 137 of file element.hpp.
Referenced by Mesh::Bisection(), Mesh::GetFineElem(), Mesh::GetFineElemPath(), Mesh::GetFineElemTrans(), Mesh::GetNumFineElems(), Mesh::LocalRefinement(), and Mesh::QuadUniformRefinement().
1.7.4