|
std::ostream & | bgeot::operator<< (std::ostream &o, const convex_structure &cv) |
| Print the details of the convex structure cvs to the output stream o. More...
|
|
pconvex_structure | bgeot::simplex_structure (dim_type d) |
| Give a pointer on the structures of a simplex of dimension d.
|
|
pconvex_structure | bgeot::parallelepiped_structure (dim_type d, dim_type k=1) |
| Give a pointer on the structures of a parallelepiped of dimension d.
|
|
pconvex_structure | bgeot::polygon_structure (short_type) |
| Give a pointer on the structures of a polygon with n vertex.
|
|
pconvex_structure | bgeot::Q2_incomplete_structure (dim_type d) |
| Give a pointer on the structures of a incomplete Q2 quadrilateral/hexahedral of dimension d = 2 or 3.
|
|
pconvex_structure | bgeot::convex_product_structure (pconvex_structure, pconvex_structure) |
| Give a pointer on the structures of a convex which is the direct product of the convexes represented by *pcvs1 and *pcvs2.
|
|
pconvex_structure | bgeot::prism_P1_structure (dim_type nc) |
| Give a pointer on the structures of a prism of dimension d. More...
|
|
pconvex_structure | bgeot::prism_incomplete_P2_structure () |
| Give a pointer on the 3D quadratic incomplete prism structure.
|
|
pconvex_structure | bgeot::pyramid_QK_structure (short_type k) |
| Give a pointer on the 3D pyramid structure for a degree k = 1 or 2.
|
|
pconvex_structure | bgeot::pyramid_Q2_incomplete_structure () |
| Give a pointer on the 3D quadratic incomplete pyramid structure.
|
|
IS_DEPRECATED pconvex_structure | bgeot::prism_structure (dim_type nc) |
|
IS_DEPRECATED pconvex_structure | bgeot::pyramid_structure (short_type k) |
|
pconvex_structure | bgeot::simplex_structure (dim_type n, short_type k) |
| Simplex structure with the Lagrange grid of degree k. More...
|
|
pconvex_structure | bgeot::generic_dummy_structure (dim_type nc, size_type n, short_type nf) |
| Generic convex with n global nodes.
|
|