GetFEM
5.4.2
|
generic definition of a convex ( bgeot::convex_structure + vertices coordinates ) More...
#include <bgeot_convex.h>
Public Member Functions | |
ref_convex_pt_ct | dir_points () const |
Return "direct" points. More... | |
dref_convex_pt_ct | dir_points_of_face (short_type i) const |
Direct points for a given face. More... | |
convex (pconvex_structure c, const PT_TAB &t) | |
Build a convex object. More... | |
generic definition of a convex ( bgeot::convex_structure + vertices coordinates )
Definition at line 50 of file bgeot_convex.h.
|
inline |
Build a convex object.
c | the convex structure. |
t | the points array. |
Definition at line 103 of file bgeot_convex.h.
|
inline |
Return "direct" points.
These are the subset of points than can be used to build a direct vector basis. (rarely used)
Definition at line 78 of file bgeot_convex.h.
|
inline |
Direct points for a given face.
i | the face number. |
Definition at line 85 of file bgeot_convex.h.