Functions | |
| def | Smooth |
| Smooth elements. More... | |
| def | SmoothObject |
| Smooth elements which belong to the given object. More... | |
| def | SmoothParametric |
| Parametrically smooth the given elements. More... | |
| def | SmoothParametricObject |
| Parametrically smooth the elements which belong to the given object. More... | |
| def Smooth | ( | self, | |
| IDsOfElements, | |||
| IDsOfFixedNodes, | |||
| MaxNbOfIterations, | |||
| MaxAspectRatio, | |||
| Method | |||
| ) |
Smooth elements.
| IDsOfElements | the list if ids of elements to smooth |
| IDsOfFixedNodes | the list of ids of fixed nodes. Note that nodes built on edges and boundary nodes are always fixed. |
| MaxNbOfIterations | the maximum number of iterations |
| MaxAspectRatio | varies in range [1.0, inf] |
| Method | is either Laplacian (smesh.LAPLACIAN_SMOOTH) or Centroidal (smesh.CENTROIDAL_SMOOTH) |
References Mesh.GetElementsId(), smeshBuilder.ParseParameters(), and Mesh.SmoothObject().
| def SmoothObject | ( | self, | |
| theObject, | |||
| IDsOfFixedNodes, | |||
| MaxNbOfIterations, | |||
| MaxAspectRatio, | |||
| Method | |||
| ) |
Smooth elements which belong to the given object.
| theObject | the object to smooth |
| IDsOfFixedNodes | the list of ids of fixed nodes. Note that nodes built on edges and boundary nodes are always fixed. |
| MaxNbOfIterations | the maximum number of iterations |
| MaxAspectRatio | varies in range [1.0, inf] |
| Method | is either Laplacian (smesh.LAPLACIAN_SMOOTH) or Centroidal (smesh.CENTROIDAL_SMOOTH) |
References Mesh.SmoothParametric().
| def SmoothParametric | ( | self, | |
| IDsOfElements, | |||
| IDsOfFixedNodes, | |||
| MaxNbOfIterations, | |||
| MaxAspectRatio, | |||
| Method | |||
| ) |
Parametrically smooth the given elements.
| IDsOfElements | the list if ids of elements to smooth |
| IDsOfFixedNodes | the list of ids of fixed nodes. Note that nodes built on edges and boundary nodes are always fixed. |
| MaxNbOfIterations | the maximum number of iterations |
| MaxAspectRatio | varies in range [1.0, inf] |
| Method | is either Laplacian (smesh.LAPLACIAN_SMOOTH) or Centroidal (smesh.CENTROIDAL_SMOOTH) |
References Mesh.GetElementsId(), smeshBuilder.ParseParameters(), and Mesh.SmoothParametricObject().
| def SmoothParametricObject | ( | self, | |
| theObject, | |||
| IDsOfFixedNodes, | |||
| MaxNbOfIterations, | |||
| MaxAspectRatio, | |||
| Method | |||
| ) |
Parametrically smooth the elements which belong to the given object.
| theObject | the object to smooth |
| IDsOfFixedNodes | the list of ids of fixed nodes. Note that nodes built on edges and boundary nodes are always fixed. |
| MaxNbOfIterations | the maximum number of iterations |
| MaxAspectRatio | varies in range [1.0, inf] |
| Method | is either Laplacian (smesh.LAPLACIAN_SMOOTH) or Centroidal (smesh.CENTROIDAL_SMOOTH) |