| GetFEM
    5.4.4
    | 
Handle composite polynomials. More...
Go to the source code of this file.
| Classes | |
| struct | bgeot::imbricated_box_less | 
| A comparison function for bgeot::base_node.  More... | |
| Namespaces | |
| bgeot | |
| Basic Geometric Tools. | |
| Functions | |
| void | bgeot::structured_mesh_for_convex (pconvex_ref cvr, short_type k, pbasic_mesh &pm, pmesh_precomposite &pmp, bool force_simplexification) | 
| This function returns a mesh in pm which contains a refinement of the convex cvr if force_simplexification is false, refined convexes have the same basic_structure than cvr, if it is set to true, the cvr is decomposed into simplexes which are then refined.  More... | |
| const basic_mesh * | bgeot::refined_simplex_mesh_for_convex (pconvex_ref cvr, short_type k) | 
| simplexify a convex_ref.  More... | |
| const std::vector< std::unique_ptr< mesh_structure > > & | bgeot::refined_simplex_mesh_for_convex_faces (pconvex_ref cvr, short_type k) | 
| simplexify the faces of a convex_ref  More... | |
Handle composite polynomials.
Composite polynomials are used in hierarchical FEM, composite geometric transformations and composite fems.
Definition in file bgeot_poly_composite.h.