Functions | |
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 | QuadraticMesh |
Defines "QuadraticMesh" hypothesis, forcing construction of quadratic edges. | |
def | QuadranglePreference |
Defines "QuadranglePreference" hypothesis, forcing construction of quadrangles if the number of nodes on the opposite edges is not the same while the total number of nodes on edges is even. | |
def | TrianglePreference |
Defines "TrianglePreference" hypothesis, forcing construction of triangles in the refinement area if the number of nodes on the opposite edges is not the same. |
def Propagation | ( | self | ) | [inherited] |
Defines "Propagation" hypothesis that propagates all other hypotheses on all other edges that are at the opposite side in case of quadrangular faces.
def QuadraticMesh | ( | self | ) | [inherited] |
Defines "QuadraticMesh" hypothesis, forcing construction of quadratic edges.
If the 2D mesher sees that all boundary edges are quadratic, it generates quadratic faces, else it generates linear faces using medium nodes as if they are vertices. The 3D mesher generates quadratic volumes only if all boundary faces are quadratic, else it fails.
def QuadranglePreference | ( | self | ) | [inherited] |
Defines "QuadranglePreference" hypothesis, forcing construction of quadrangles if the number of nodes on the opposite edges is not the same while the total number of nodes on edges is even.
def TrianglePreference | ( | self | ) | [inherited] |
Defines "TrianglePreference" hypothesis, forcing construction of triangles in the refinement area if the number of nodes on the opposite edges is not the same.