Public Member Functions |
| def | __init__ |
| | Private constructor.
|
| def | LocalLength |
| | Defines "LocalLength" hypothesis to cut an edge in several segments with the same length.
|
| def | MaxSize |
| | Defines "MaxSize" hypothesis to cut an edge into segments not longer than given value.
|
| def | NumberOfSegments |
| | Defines "NumberOfSegments" hypothesis to cut an edge in a fixed number of segments.
|
| def | Arithmetic1D |
| | Defines "Arithmetic1D" hypothesis to cut an edge in several segments with increasing arithmetic length.
|
| def | FixedPoints1D |
| | Defines "FixedPoints1D" hypothesis to cut an edge using parameter on curve from 0 to 1 (additionally it is neecessary to check orientation of edges and create list of reversed edges if it is needed) and sets numbers of segments between given points (default values are equals 1.
|
| def | StartEndLength |
| | Defines "StartEndLength" hypothesis to cut an edge in several segments with increasing geometric length.
|
| def | Deflection1D |
| | Defines "Deflection1D" hypothesis.
|
| def | Propagation |
| | Defines "Propagation" hypothesis that propagates all other hypotheses on all other edges that are at the opposite side in case of quadrangular faces.
|
| def | AutomaticLength |
| | Defines "AutomaticLength" hypothesis.
|
| def | LengthNearVertex |
| | Defines "SegmentLengthAroundVertex" hypothesis.
|
| def | QuadraticMesh |
| | Defines "QuadraticMesh" hypothesis, forcing construction of quadratic edges.
|
| def | FindHypothesis |
| | Finds a hypothesis in the study by its type name and parameters.
|
| def | FindAlgorithm |
| | Finds the algorithm in the study by its type name.
|
| def | GetSubMesh |
| | If the algorithm is global, returns 0;
else returns the submesh associated to this algorithm.
|
| def | GetAlgorithm |
| | Returns the wrapped mesher.
|
| def | GetCompatibleHypothesis |
| | Gets the list of hypothesis that can be used with this algorithm.
|
| def | GetName |
| | Gets the name of the algorithm.
|
| def | SetName |
| | Sets the name to the algorithm.
|
| def | GetId |
| | Gets the id of the algorithm.
|
| def | Create |
| | Private method.
|
| def | Assign |
| | Private method.
|
| def | CompareHyp |
| def | CompareEqualHyp |
| def | Hypothesis |
| | Private method.
|
| def | MainShapeEntry |
| | Returns entry of the shape to mesh in the study.
|
| def | ViscousLayers |
| | Defines "ViscousLayers" hypothesis to give parameters of layers of prisms to build near mesh boundary.
|
| def | ReversedEdgeIndices |
| | Transform a list of ether edges or tuples (edge 1st_vertex_of_edge) into a list acceptable to SetReversedEdges() of some 1D hypotheses.
|
A regular 1D algorithm for discretization of a set of adjacent edges as one.
It is created by calling Mesh.Segment(COMPOSITE,geom=0)