|
AFEPack
|
#include <HGeometry.h>
公有类型 | |
| enum | { dim = 0, dow = DOW } |
| typedef HGeometry< dim, dow > | this_t |
| typedef this_t | vertex_t |
| typedef this_t | bound_t |
| typedef this_t | child_t |
| typedef this_t | parent_t |
公有成员 | |
| HGeometry () | |
| virtual | ~HGeometry () |
| bool | isRefined () const |
| void | refine () |
公有属性 | |
| int | index |
| bmark_t | bmark |
静态公有属性 | |
| static parent_t * | parent = NULL |
| static std::vector< vertex_t * > | vertex |
| static std::vector< bound_t * > | boundary |
| static std::vector< child_t * > | child |
0 dimensional hierarchy geometry. It's special because it's in fact is not a in a hierarchy tree, instead there are the information of the coordinate of the point.
1.7.6.1