Data Structures | |
| class | StdMeshersBuilder_Segment |
| Defines segment 1D algorithm for edges discretization. More... | |
| class | StdMeshersBuilder_CompositeSegment |
| Segment 1D algorithm for discretization of a set of adjacent edges as one edge. More... | |
| class | StdMeshersBuilder_Segment_Python |
| Defines a segment 1D algorithm for discretization of edges with Python function. More... | |
| class | StdMeshersBuilder_Triangle_MEFISTO |
| Triangle MEFISTO 2D algorithm. More... | |
| class | StdMeshersBuilder_Quadrangle |
| Defines a quadrangle 2D algorithm. More... | |
| class | StdMeshersBuilder_Hexahedron |
| Defines a hexahedron 3D algorithm. More... | |
| class | StdMeshersBuilder_UseExistingElements_1D |
| Defines a Use Existing Elements 1D algorithm. More... | |
| class | StdMeshersBuilder_UseExistingElements_1D2D |
| Defines a Use Existing Elements 1D-2D algorithm. More... | |
| class | StdMeshersBuilder_Cartesian_3D |
| Defines a Body Fitting 3D algorithm. More... | |
| class | StdMeshersBuilder_UseExisting_1D |
| Defines a stub 1D algorithm, which enables "manual" creation of nodes and segments usable by 2D algorithms. More... | |
| class | StdMeshersBuilder_UseExisting_2D |
| Defines a stub 2D algorithm, which enables "manual" creation of nodes and faces usable by 3D algorithms. More... | |
Functions | |
| def | AutomaticTetrahedralization |
| Compute a tetrahedral mesh using AutomaticLength + MEFISTO + Tetrahedron. More... | |
| def | AutomaticHexahedralization |
| Compute an hexahedral mesh using AutomaticLength + Quadrangle + Hexahedron. More... | |
| def AutomaticTetrahedralization | ( | self, | |
fineness = 0 |
|||
| ) |
Compute a tetrahedral mesh using AutomaticLength + MEFISTO + Tetrahedron.
| fineness | [0.0,1.0] defines mesh fineness |
References Mesh.Compute(), Mesh.MeshDimension(), Mesh.RemoveGlobalHypotheses(), Mesh.Segment(), and Mesh.Triangle().
| def AutomaticHexahedralization | ( | self, | |
fineness = 0 |
|||
| ) |
Compute an hexahedral mesh using AutomaticLength + Quadrangle + Hexahedron.
| fineness | [0.0, 1.0] defines mesh fineness |
References Mesh.Compute(), Mesh.Hexahedron(), Mesh.MeshDimension(), Mesh.Quadrangle(), Mesh.RemoveGlobalHypotheses(), and Mesh.Segment().