• Complain

Dimitris P. Vartziotis - The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes

Here you can read online Dimitris P. Vartziotis - The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: CRC Press, genre: Science. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Dimitris P. Vartziotis The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes
  • Book:
    The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes
  • Author:
  • Publisher:
    CRC Press
  • Genre:
  • Year:
    2018
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

High quality meshes play a key role in many applications based on digital modeling and simulation. The finite element method is a paragon for such an approach and it is well known that quality meshes can significantly improve computational efficiency and solution accuracy of this method. Therefore, a lot of effort has been put in methods for improving mesh quality. These range from simple geometric approaches, like Laplacian smoothing, with a high computational efficiency but possible low resulting mesh quality, to global optimization-based methods, resulting in an excellent mesh quality at the cost of an increased computational and implementational complexity.
The geometric element transformation method (GETMe) aims to fill the gap between these two approaches. It is based on geometric mesh element transformations, which iteratively transform polygonal and polyhedral elements into their regular counterparts or into elements with a prescribed shape. GETMe combines a Laplacian smoothing-like computational efficiency with a global optimization-like effectiveness. The method is straightforward to implement and its variants can also be used to improve tangled and anisotropic meshes.
This book describes the mathematical theory of geometric element transformations as foundation for mesh smoothing. It gives a thorough introduction to GETMe-based mesh smoothing and its algorithms providing a framework to focus on effectively improving key mesh quality aspects. It addresses the improvement of planar, surface, volumetric, mixed, isotropic, and anisotropic meshes and addresses aspects of combining mesh smoothing with topological mesh modification.
The advantages of GETMe-based mesh smoothing are demonstrated by the example of various numerical tests. These include smoothing of real world meshes from engineering applications as well as smoothing of synthetic meshes for demonstrating key aspects of GETMe-based mesh improvement. Results are compared with those of other smoothing methods in terms of runtime behavior, mesh quality, and resulting finite element solution efficiency and accuracy.
Features:
- Helps to improve finite element mesh quality by applying geometry-driven mesh smoothing approaches.
- Supports the reader in understanding and implementing GETMe-based mesh smoothing.
- Discusses aspects and properties of GETMe smoothing variants and thus provides guidance for choosing the appropriate mesh improvement algorithm.
- Addresses smoothing of various mesh types: planar, surface, volumetric, isotropic, anisotropic, non-mixed, and mixed.
- Provides and analyzes geometric element transformations for polygonal and polyhedral elements with regular and non-regular limits.
- Includes a broad range of numerical examples and compares results with those of other smoothing methods.

Dimitris P. Vartziotis: author's other books


Who wrote The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes? Find out the surname, the name of the author of the book and a list of all author's works by series.

The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make

Meshes are gapless and overlapping free tessellations of domains, such as surfaces or volumes, into primitives such as triangles, quadrilaterals, tetrahedra, or hexahedra. Using geometrically simple elements of only one or a few preferably polytope types brings both the flexibility to represent large-scale domains by locally placed small elements and the flexibility to represent complex domains by uniformly shaped simple elements.

Areas of application range from art and architecture to the general field of approximation theory, including mathematical, physical, engineering, and design applications. For example, depicts the Aletis car model and mesh by TWT GmbH Science & Innovation combining design and simulation aspects.

These different fields of application often come with their own specific mesh quality requirements; for example, they may be aesthetically motivated in design and computer visualization applications or mathematically motivated in the case of finite element methods. In both cases, meshes usually have to be conformal and of good quality. That is, two elements are either disjoint or share one common node, edge or face, respectively, and each element must fulfill certain quality criteria with respect to its shape. In this context, regularly shaped elements are often preferred.

Ideally, mesh quality is an objective of the mesh generation process. For simple domains, this can, for example, be ensured by using parametric generation processes for structured meshes. A more flexible and generally applicable meshing method is the Delaunay triangulation. In a Delaunay mesh, each circumcircle of a triangle contains no other node of the mesh. It follows that the Delaunay triangulation of a set of nodes maximizes the smallest interior angle over all triangles. Delaunay triangulation is fast, flexible, robust, and generally applicable for simplicial mesh generation in arbitrary dimensions. Furthermore, it generates meshes of reasonable quality.

In contrast, mesh generation involving non-simplicial polytopes such as hexahedra as elements becomes significantly more complex, since the conformal mesh criterion imposes strong structural restrictions for element connectivity. In such cases a common scheme is to partition the domain to be meshed into simple-shaped subdomains, which can be meshed individually by a parameterized approach considering the conformal interface meshes of such subdomains. Depending on the application, more complex elements can have favorable properties. Hence, mesh generation should find a compromise between computational and implementational complexity, flexibility, and the resulting mesh quality.

Figure 11 Detail of the Medusa floor mosaic found in Zea Piraeus 2nd - photo 1

Figure 1.1. Detail of the Medusa floor mosaic found in Zea (Piraeus), 2nd century AD. Image provided by user Jebulon, Wikimedia Commons, license CC0 1.0 [].

Therefore, it is common practice to address mesh quality aspects by a separate improvement step after mesh generation. This also holds for applications where the simulation domain changes its shape over time. To avoid a costly generation of a new mesh within each simulation step, the existing mesh is transformed and improved. This can either be done by local topological modifications, like splitting, inserting, or removing elements, or by node relocations only. The latter mesh improvement methods are called smoothing methods.

Depending on the element type, a local topological modification might propagate through the entire mesh to preserve conformity. For example, in a regular three-dimensional grid, splitting a cube into two equal hexahedra leads to a splitting of the mesh along an entire plane. Hence, in practice, mesh smoothing methods are preferred if the quality problems are not caused by adverse topological configurations.

One of the most common and simplest mesh smoothing methods is Laplacian smoothing, where each node is replaced by the arithmetic mean of its edge-connected neighbors. This smoothing scheme is iteratively applied a given number of times to all inner mesh nodes or iteratively applied until node positions converge. Due to its implementational simplicity and computational efficiency, Laplacian smoothing is still popular, although it might lead to the generation of inverted elements. These are elements that violate a prescribed orientation or have a negative determinant. Smart Laplacian smoothing methods avoid the generation of inverted elements by node movement restrictions or node resetting techniques. Laplacian smoothing belongs to the class of geometric smoothing schemes, since its node relocation approach and its termination criterion are entirely based on geometric entities.

Figure 12 Tensile structure in the Munich Olympic Park Image provided by - photo 2

Figure 1.2. Tensile structure in the Munich Olympic Park. Image provided by Diego Delso, delso.photo, Wikimedia Commons, license CC-BY-SA [].

Mesh quality is a matter of the quality criterion under consideration. The choice of the quality criterion itself depends on the field of application. Having a specific quality criterion in mind, it is an obvious approach to incorporate it into an objective function used to improve quality by means of mathematical optimization. Local optimization-based smoothing methods use this approach to move nodes of a single element or nodes shared by some elements to improve local mesh quality. In contrast, global optimization-based mesh smoothing methods incorporate the quality of all mesh elements into one objective function and relocate all non-fixed mesh nodes within one iteration step. Such steps are iterated until quality improvement drops below a given threshold. Using a strict mathematical optimization approach, these methods aim to reach at least a local maximum of mesh quality, thus providing the benchmark with respect to quality. However, using optimization-based methods comes at the cost of higher implementational and computational complexity, due to the evaluation of quality functions and numerical optimization. Therefore, various hybrid methods have been proposed to find a balance between complexity and quality.

Figure 13 Aletis car model and mesh by TWT GmbH Science Innovation - photo 3

Figure 1.3. Aletis car model and mesh by TWT GmbH Science & Innovation combining design and simulation aspects.

Many element quality criteria are based on measuring the deviation of an arbitrary element from its regular counterpart. They differ, for example, in computational complexity, generalizability with respect to different element types, and applicability with respect to optimization-based methods. Regular elements offer a high degree of symmetry. This is particularly favorable in the context of finite element methods. Here, mesh elements are used as supports for locally defined trial functions, building the basis for function spaces in which a physical solution of a partial differential equation is sought. Thus, the shape of the mesh elements has an impact on the trial functions, and, with this, on the approximation power of the associated function space.

The foundation of the geometric element transformation-based mesh smoothing framework described in this work lies within a geometric play-around with paper and pen. By constructing similar triangles on the sides of a polygon and taking the apices as new polygon points, one of the authors observed that the resulting polygon became more and more regular if applied iteratively []. A question emerged as to whether such a transformation could be used for mesh improvement by iteratively transforming the mesh element with the lowest quality, and this set the seed point for developing the geometric element transformation method, abbreviated by the acronym GETMe. Since these first steps in 2007, the theory of regularizing geometric element transformations and the associated GETMe smoothing algorithms have been developed into a powerful smoothing framework with a wide range of applications.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes»

Look at similar books to The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes»

Discussion, reviews of the book The GETMe Mesh Smoothing Framework: A Geometric Way to Quality Finite Element Meshes and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.