18 #ifndef NGH_INTERFACE_HH_ 19 #define NGH_INTERFACE_HH_ 32 OLD_ASSERT(( ele->
dim() == 3 ),
"Dimension of element must be 3!\n");
44 OLD_ASSERT(( ele->
dim() == 2 ),
"Dimension of element must be 2!\n");
55 OLD_ASSERT(( ele->
dim() == 1 ),
"Dimension of element must be 1!\n");
65 OLD_ASSERT(( ele->
dim() == 0 ),
"Dimension of element must be 0!\n");
void SetPoints(const TPoint &P1, const TPoint &P2, const TPoint &P3, const TPoint &P4)
void set_point_from_element(TPoint &p, const Element *ele)
void SetPoints(const TPoint &, const TPoint &)
void set_tetrahedron_from_element(TTetrahedron &te, Element *ele)
void SetPoints(const TPoint &, const TPoint &, const TPoint &)
void SetCoord(double, double, double)
void set_abscissa_from_element(TAbscissa &ab, const Element *ele)
void set_triangle_from_element(TTriangle &tr, const Element *ele)