GMS:2D Mesh Polygon Attributes: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 13: | Line 13: | ||
:[[Image:adapt.png|thumb|left|375 px|Example mesh created using adaptive tessellation]] | :[[Image:adapt.png|thumb|left|375 px|Example mesh created using adaptive tessellation]] | ||
:Adaptive tessellation uses the existing spacing on the polygons to determine the element sizes on the interior. Any interior arcs and refine points are forced into the new mesh. If the input polygon has varying node densities along its perimeter, GMS attempts to create a smooth element size transition between these areas of differing densities. By altering the size bias, | :Adaptive tessellation uses the existing spacing on the polygons to determine the element sizes on the interior. Any interior arcs and refine points are forced into the new mesh. If the input polygon has varying node densities along its perimeter, GMS attempts to create a smooth element size transition between these areas of differing densities. By altering the size bias, it is possible to indicate whether GMS should favor the creation of large or small elements. Decreasing the bias will result in smaller elements; increasing the bias will result in larger elements. In either case, the elements in the interior of the mesh will honor the arc edges and the element sizes specified at nodes. The bias simply controls the element sizes in the transition region. | ||
===Patch=== | ===Patch=== |