Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Groups
Basic meshing algorithms

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...
 

Detailed Description

Function Documentation

def AutomaticTetrahedralization (   self,
  fineness = 0 
)

Compute a tetrahedral mesh using AutomaticLength + MEFISTO + Tetrahedron.

Parameters
fineness[0.0,1.0] defines mesh fineness
Returns
True or False

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.

Parameters
fineness[0.0, 1.0] defines mesh fineness
Returns
True or False

References Mesh.Compute(), Mesh.Hexahedron(), Mesh.MeshDimension(), Mesh.Quadrangle(), Mesh.RemoveGlobalHypotheses(), and Mesh.Segment().