We consider the problem of rening quadrilateral and hexahedral element meshes. For

Size: px
Start display at page:

Download "We consider the problem of rening quadrilateral and hexahedral element meshes. For"

Transcription

1 Rening quadrilateral and hexahedral element meshes R. Schneiders RWTH Aachen Lehrstuhl fur Angewandte Mathematik, insb. Informatik Ahornstr. 55, 5056 Aachen, F.R. Germany Abstract We consider the problem of rening quadrilateral and hexahedral element meshes. For the two-dimensional case we present algorithms that solve the problem. A renement algorithm for hexahedral element meshes is given which in some cases produces an unnecesseraly large number of elements. Possible solutions of the problem are indicated, and we conclude with a discussion of the renement problem for structured meshes. Introduction It is a well-known fact that the generation of solution-adaptive meshes is crucial in order to get a guaranteed-quality solution at minimal computational cost. This is usually achieved by a two-step-procedure: an initial solution is computed for a coarse mesh which is then rened in regions where the solution error is too large. Therefore one needs { besides an error estimator { an algorithm that renes a given mesh in a way that the size of an element does not exceed a prespecied bound. Algorithms for various types of mesh renement can be found in literature. [] discusses the renement problem for triangular, [] for tetrahedral meshes. [3] gives solutions for meshes of tetrahedra, pyramids and prisms, and [4] gives an algorithm for the renement of structured quadrilateral element meshes. In the paper we present algorithms for the renement of quadrilateral and hexahedral element meshes. We start with a formal statement of the problem. Then we give a

2 general algorithm that can be used for dierent types of renement, solutions for the D case and partial solutions for the 3D case. Formal statement of the problem Let M be a mesh of quadrilateral (hexahedral) elements, constituted by the set V of its nodes and the set H of its elements. Other entities of interest are the set E of mesh edges and the set F of faces (for the three-dimensional case). Def. A quadrilateral (hexahedral) element mesh is conforming if two distinct, nondisjoint elements intersect at common nodes or edges (or faces) only. Def. A quadrilateral (hexahedral) element mesh is structured if each interior node v belongs to 4 quadrilateral elements (8 hexahedral elements); otherwise it is called unstructured. In the following we consider the mesh renement problem for unstructured conforming meshes. We start with a problem specication for the D case: given a mesh M; the elements and edges of M are assigned subdivision levels S that indicate that { f H is split up into 4 S(f) quadrilaterals { e E is split up into S(e) edges Figure : Subdivision level assignement a) b) Subdivision level transition elements (g. a shows an example). The renement levels can easily be obtained by estimating the numerical error: if an element f of size h has to be replaced by elements of size h 0 h < h, f is assigned the subdivision level dlog h e. Rening edges makes sense since 0 one can enforce a better approximation of curved boundaries in that way. The resulting mesh is not conforming; therefore one must rene the neighbor elements appropriately (g. a). Due to the choice of the basis b = this technique is called -renement. In the same way we can dene 3-renement for the basis b = 3 (g. b): { f H is split up into 9 S(f) quadrilaterals { e E is split up into 3 S(e) edges

3 Figure : Rened meshes a) b) Figure 3: Unstable/stable transition a) v b) 0 0 In principle -renement is favorable since the resulting element size is likely more closed to the desired size. Nevertheless, 3-renement is considered since it can be achieved with more elegant algorithms. The algorithmic diculty in the mesh renement problem is to connect the ne to the coarse part of the mesh in a conformity-preserving way (g. b!g. a). Fig. 3a shows a possible \solution" which is not useful since the smallest angle min at node v decreases with increasing subdivision level S(f) (the number of elements adjacent to v increases). Def. 3 A renement is stable if the minimum angle of the rened mesh does not depend on the subdivision level S: min > 0 S! Stability is a necessary condition for the convergence of the numerical solutions, and the rened meshes must full this property. Fig. 3b shows a transition which is stable because of the use of an additional layer of elements. It remains to give a formal denition of the mesh renement problem for hexahedral element meshes. In the 3D-case subdivision levels S can be assigned to the elements, edges and faces of the coarse mesh so that { h H is split up into 8 S(H) (7 S(H) ) elements { f F is split up into 4 S(f) (9 S(f) ) quadrilateral faces { e E is split up into S(e) (3 S(e) ) edges

4 Figure 4: 3-Renement of a hexahedral element mesh An example of 3-renement is shown in g Renement As already pointed out, the diculty in mesh renement is to nd a good transition from the coarse to the rened zone of the mesh (conforming closure). The way an element is rened depends, besides its own subdivision level, on the subdivision levels of the adjacent elements and edges. The idea is to propagate them to the mesh nodes (g. 5): Figure 5: Dening nodal subdivision levels Def. 4 The subdivision level of a node v V is dened as the maximum subdivision level of its n adjacent elements and edges: A node v with S(v) > 0 is called marked. S(v) = maxfmax i=;n S(e i); max i=;n S(f i)g It turns out that the nodal subdivision levels uniquely dene how to rene an element, and that element renement can be done in a purely local manner. Consider an element f M and its marked nodes (g. 7): if one only considers whether a node is marked or not, there are six possible combinations (g. 6).

5 Figure 6: Templates for element renement 0: : a: b: 3: 4: The element is then split up by selecting the appropriate template from g. 6. The nodal subdivision levels are decreased by, and appropriate renement levels of the newly introduced nodes are dened (g. 7a). Figure 7: Example of element renement a) b) The new subdivision levels S 0 are determined with the help of auxiliary subdivision levels of the element f = (v; v; v3; v4) and its edges e i ; i = ; 4: S 0 (v i ) = maxfv i? ; 0g; i = ; 4 S 0 (e i ) = maxfs 0 (v a ); S 0 (v b )g; e = (v a ; v b ) S 0 (f) = max i=;4 S0 (v i ) The subdivision levels of the newly introduced nodes are then dened as follows: { S 0 (v) = S 0 (e) if v is inserted on the edge e { S 0 (v) = S 0 (f) if v lies in the interior of f. In the example of g. 7a the subdivision levels of the interior nodes are set to zero while the nodes on the basic edge are assigned the level. The procedure is then applied recursively to the newly generated elements (g. 7b). Formally the mesh renement algorithm can be stated as follows: Alg. procedure refine ( element ) Select appropriate template; Refine element; Update nodal subdivision levels; forall newly generated elements elenew refine ( elenew );

6 procedure mesh_refinement Define nodal subdivision levels; forall elements refine ( element ); It remains to prove that the rened meshes are conforming and that the renement is stable. Note that { an edge with marked nodes is split into 3 edges { an edge with marked node is split into { an edge with no edge marked is not split. These rules, together with the rules for updating the nodal subdivision levels, uniquely dene how to split up an edge. The number of new points that are inserted on an edge is determined by its nodal subdivision levels only, and thus the renement process results in a conforming mesh. Stability is ensured by the fact that the newly dened elements in g. 6 that have at least one node marked are self-similar to their \parent" element. Fig. 8 shows how the algorithm proceeds for the example mesh. Figure 8: 3-Renement: example The algorithm can, in principle, be used for the 3D-case: nodal subdivision levels are dened as the maximum subdivision levels of the adjacent elements, faces and edges: S(v) = maxfmaxs(e i ); maxs(f i ); max S(h i )g The problem in the 3D-case is to nd an appropriate set of templates. Fig. 9 shows 5 out of possible congurations of marked nodes (in practice this subset is sucient for \convex" renements, g. 4). Note that the faces of the hexahedra are rened according to the templates of g. 6; this ensures conformity. Stability is also ensured as in the D-case by taking care that element which might be rened recursively are self-similar to their \parent" elements (as an example see the template 4 in g. 0, for the other templates in g. 9 see [5]). Unfortunately one cannot nd a tesselation for every conguration of marked nodes (since the tesselation of the faces of a hexahedron is determined by the D-templates, in some cases one gets an odd number of quadrilaterals on the surface so that a hex mesh

7 Figure 9: Selected 3D-templates Figure 0: Template for conguration 4 that matches the surface does not exists; the problem of nding a hex mesh for a given surface is treated in [6]). Fig. shows an example of a subdivision level assignement with non-admissible templates. Two solutions exist: one is to propagate the renement levels so that there are only admissible combinations (conforming closure, g. a); the resulting mesh has an unnecessarily large number of elements. The second one is to insert a new layer of elements in the coarse mesh so that only template 4 must be used. A combination of both methods might be the best solution. Figure : Problematic case a) b) The 3-renement algorithm has been used for the simulation of micromechanical processes [7] and for the octree-based generation of hexahedral element meshes [8]. -Renement -Renement (g. a) is better than 3-renement since the resulting element sizes are

8 likely more closed to the maximum sizes allowed. Usually the rened meshes can be expected to have fewer elements. It is, however, more dicult to give an algorithm for -renement, especially in the 3D-case. The simplicity of the 3-renement algorithm is due to the fact that the transition could be done locally. Unfortunately this does not hold for -renement where one must consider pairs of adjacent elements (g. ). Figure : -Renement -Renement can be achieved with a modied version of algorithm. The mesh nodes are assigned nodal subdivision levels as usual. In order to determine the element pairs in the transition zone, one has to consider the sequence fv; v; : : : ; vk?; vkg on the boundary of the submesh of M that must be rened (note that the number of boundary nodes of a quadrilateral element mesh is even). The nodes vi; i k, are deactivated, and the remaining active notes determine the way an element is split up: if an element has one active marked node, template (g. 3) is inserted, if it has more than one active node, template is used. All boundary nodes of M are set active while the newly inserted nodes remain inactive. This procedure is recursively applied to the newly generated elements. Figure 3: Templates for -renement of structured quadrilateral element meshes : : Because of the choice of the templates and the activation strategy one can easily show that the renement process is stable and results in a conforming mesh. However, sometimes elements with sidelength diering by a factor 4 are generated in the transition zone (g. ). One can avoid this problem if one uses two layers of M for transitioning (g. 4). One can easily modify the -renement algorithm for unstructured quadrilateral element meshes. This is, however, not possible in the 3D-case. Fig. 5 shows a subdivision level assignement for a structured hexahedral element mesh (all marked nodes are assigned the subdivision level ).

9 Figure 4: -Renement (two transition layers) Figure 5: -Renement of structured hexahedral element meshes a) b) In the 3D-case one must nd templates for the transition at faces and edges of the submesh to be rened (g. 5a). At faces the transition can only be achieved by considering four elements that are adjacent to a node P (g. 6a). Fig. 6b shows how each of the four elements is split up. The transition at an edge is done with the help of the template shown in g. 6c. Surprisingly, the quality of the elements generated by the latter template is worse since in this case a node of degree 4 is inserted in the mesh (the degree of a node v is dened as the number of elements adjacent to v). Figure 6: Templates for -renement of structured hexahedral element meshes a) b) c) P P Mesh renement with renement levels S > can only be realized with the help of two transition layers. The algorithm is a straightforward-generalization of the D-algorithm, g. 7 shows an example of how it works. In principle the proposed algorithm for -renement can handle the same renement specications as the 3-renement algorithm. In particular, the \concavity" problem remains and can be solved in the same way. This problem can be avoided if one accepts

10 Figure 7: -Renement of structured meshes the use of tetrahedra and pyramids in the transition zone as proposed in [5]. In this case a complete set of templates exists, and all renement specications can be processed. References. RIVARA, M.C., INOSTROZA, P. - A Discussion on Mixed (Longest-Side Midpoint Insertion) Delaunay Techniques for the Triangulation Renement Problem. Proceedings, 4th International Meshing Roundtable, Sandia National Laboratories, pp (995). GOLIAS, N.A., TSIBOUKIS, T.D. - An Approach to Rening Three-Dimensional Tetrahedral Meshes Based on Delauney Transformations. Int. Jour. Num. Meth. Eng., pp (994) 3. SIEBERT, K. - Local Renement of 3D-Meshes Consisting of Prisms and Conforming Closure. IMPACT of Comput. Sci. Engrg. 5, pp (993) 4. CHENG, F., JAROMCZYK, J.W., LIN, J.-R., CHANG, S.-S., LU, J.-Y. - A parallel mesh generation algorithm based on the vertex label assignment scheme. Int. Jour. Num. Meth. Eng. 8, pp (989). 5. SCHNEIDERS, R., DEBYE, J. - Renement Algorithms for Unstructured Quadrilateral or Brick Element Meshes. Modeling, Mesh Generation and adaptive Numerical Methods for Partial Dierential Equations; Proceedings IMA (995) 6. MITCHELL, S.A. - A characterization of the quadrilateral meshes of a surface which admit a compatible hexahedral mesh of the enclosed volume. Proceedings STACS'96, Grenoble (996) 7. TACK, L.H., SCHNEIDERS, R., DEBYE, J., KOPP, R., OBERSCHELP, W. - Two- and three-dimensional rremeshing, mesh renement and application to simulation of micromechanical processes. Comp. Mat. Sci. 3, pp (996) 8. WEILER, F., SCHINDLER, R., SCHNEIDERS, R. - Automatic Geometry- Adaptive Generation of Quadrilateral and Hexahedral Element Meshes for the FEM. Proceedings NUMIGRID'96 (996)

Octree-based Generation of Hexahedral Element Meshes. R. Schneiders R. Schindler F. Weiler. RWTH Aachen. Ahornstr. 55, Aachen, F.R.

Octree-based Generation of Hexahedral Element Meshes. R. Schneiders R. Schindler F. Weiler. RWTH Aachen. Ahornstr. 55, Aachen, F.R. Octree-based Generation of Hexahedral Element Meshes R. Schneiders R. Schindler F. Weiler Lehrstuhl fur Angewandte Mathematik, insb. Informatik RWTH Aachen Ahornstr. 55, 5056 Aachen, F.R. Germany email:

More information

N. Hitschfeld. Blanco Encalada 2120, Santiago, CHILE.

N. Hitschfeld. Blanco Encalada 2120, Santiago, CHILE. Generalization of modied octrees for geometric modeling N. Hitschfeld Dpto. Ciencias de la Computacion, Univ. de Chile Blanco Encalada 2120, Santiago, CHILE E-mail: nancy@dcc.uchile.cl Abstract. This paper

More information

The Geode Algorithm: Combining Hex/Tet Plastering, Dicing and Transition Elements for Automatic, All-Hex Mesh Generation

The Geode Algorithm: Combining Hex/Tet Plastering, Dicing and Transition Elements for Automatic, All-Hex Mesh Generation The Geode Algorithm: Combining Hex/Tet Plastering, Dicing and Transition Elements for Automatic, All-Hex Mesh Generation Robert W. Leland 1 Darryl J. Melander 1 Ray W. Meyers 1 Scott A. Mitchell 1 Timothy

More information

PARALLEL MULTILEVEL TETRAHEDRAL GRID REFINEMENT

PARALLEL MULTILEVEL TETRAHEDRAL GRID REFINEMENT PARALLEL MULTILEVEL TETRAHEDRAL GRID REFINEMENT SVEN GROSS AND ARNOLD REUSKEN Abstract. In this paper we analyze a parallel version of a multilevel red/green local refinement algorithm for tetrahedral

More information

Hexahedral Mesh Generation for Volumetric Image Data

Hexahedral Mesh Generation for Volumetric Image Data Hexahedral Mesh Generation for Volumetric Image Data Jason Shepherd University of Utah March 27, 2006 Outline Hexahedral Constraints Topology Boundary Quality Zhang et al. papers Smoothing/Quality Existing

More information

Hexahedral Mesh Generation using the Embedded Voronoi Graph

Hexahedral Mesh Generation using the Embedded Voronoi Graph Hexahedral Mesh Generation using the Embedded Voronoi Graph Alla Sheffer, Michal Etzion, Ari Rappoport, Michel Bercovier Institute of Computer Science, The Hebrew University, Jerusalem 91904, Israel. sheffa

More information

13.472J/1.128J/2.158J/16.940J COMPUTATIONAL GEOMETRY

13.472J/1.128J/2.158J/16.940J COMPUTATIONAL GEOMETRY 13.472J/1.128J/2.158J/16.940J COMPUTATIONAL GEOMETRY Lecture 23 Dr. W. Cho Prof. N. M. Patrikalakis Copyright c 2003 Massachusetts Institute of Technology Contents 23 F.E. and B.E. Meshing Algorithms 2

More information

p 1 q 1 p 3 q 3 q 2 p 2

p 1 q 1 p 3 q 3 q 2 p 2 Automatic Grid Generation with Almost regular Delaunay Tetrahedra Alexander Fuchs Department of Mathematics A University of Stuttgart Pfaenwaldring 57, D-70569 Stuttgart, Germany Email: fuchs@mathematik.uni-stuttgart.de

More information

Basic LOgical Bulk Shapes (BLOBs) for Finite Element Hexahedral Mesh Generation

Basic LOgical Bulk Shapes (BLOBs) for Finite Element Hexahedral Mesh Generation Basic LOgical Bulk Shapes (BLOBs) for Finite Element Hexahedral Mesh Generation Shang-Sheng Liu and Rajit Gadh Department of Mechanical Engineering University of Wisconsin - Madison Madison, Wisconsin

More information

Hexahedral Meshing of Non-Linear Volumes Using Voronoi Faces and Edges

Hexahedral Meshing of Non-Linear Volumes Using Voronoi Faces and Edges Hexahedral Meshing of Non-Linear Volumes Using Voronoi Faces and Edges Alla Sheffer and Michel Bercovier Institute of Computer Science, The Hebrew University, Jerusalem 91904, Israel. sheffa berco @cs.huji.ac.il.

More information

On a nested refinement of anisotropic tetrahedral grids under Hessian metrics

On a nested refinement of anisotropic tetrahedral grids under Hessian metrics On a nested refinement of anisotropic tetrahedral grids under Hessian metrics Shangyou Zhang Abstract Anisotropic grids, having drastically different grid sizes in different directions, are efficient and

More information

Linear Complexity Hexahedral Mesh Generation

Linear Complexity Hexahedral Mesh Generation Linear Complexity Hexahedral Mesh Generation David Eppstein Department of Information and Computer Science University of California, Irvine, CA 92717 http://www.ics.uci.edu/ eppstein/ Tech. Report 95-51

More information

1 Automatic Mesh Generation

1 Automatic Mesh Generation 1 AUTOMATIC MESH GENERATION 1 1 Automatic Mesh Generation 1.1 Mesh Definition Mesh M is a discrete representation of geometric model in terms of its geometry G, topology T, and associated attributes A.

More information

Topological Issues in Hexahedral Meshing

Topological Issues in Hexahedral Meshing Topological Issues in Hexahedral Meshing David Eppstein Univ. of California, Irvine Dept. of Information and Computer Science Outline I. What is meshing? Problem statement Types of mesh Quality issues

More information

Reasonably ecient Delaunay based mesh. generator in 3 dimensions. H. Borouchaki, F. Hecht, E. Saltel and P.L. George.

Reasonably ecient Delaunay based mesh. generator in 3 dimensions. H. Borouchaki, F. Hecht, E. Saltel and P.L. George. Reasonably ecient Delaunay based mesh generator in 3 dimensions H. Borouchaki, F. Hecht, E. Saltel and P.L. George August 23, 1995 INRIA, Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay Cedex,

More information

REINER HORST. License or copyright restrictions may apply to redistribution; see

REINER HORST. License or copyright restrictions may apply to redistribution; see MATHEMATICS OF COMPUTATION Volume 66, Number 218, April 1997, Pages 691 698 S 0025-5718(97)00809-0 ON GENERALIZED BISECTION OF n SIMPLICES REINER HORST Abstract. A generalized procedure of bisection of

More information

A New Smoothing Algorithm for Quadrilateral and Hexahedral Meshes

A New Smoothing Algorithm for Quadrilateral and Hexahedral Meshes A New Smoothing Algorithm for Quadrilateral and Hexahedral Meshes Sanjay Kumar Khattri Department of Mathematics, University of Bergen, Norway sanjay@mi.uib.no http://www.mi.uib.no/ sanjay Abstract. Mesh

More information

A new method of quality improvement for quadrilateral mesh based on small polygon reconnection

A new method of quality improvement for quadrilateral mesh based on small polygon reconnection Acta Mech. Sin. (2012) 28(1):140 145 DOI 10.1007/s10409-012-0022-x RESEARCH PAPER A new method of quality improvement for quadrilateral mesh based on small polygon reconnection Jian-Fei Liu Shu-Li Sun

More information

Localization in Graphs. Richardson, TX Azriel Rosenfeld. Center for Automation Research. College Park, MD

Localization in Graphs. Richardson, TX Azriel Rosenfeld. Center for Automation Research. College Park, MD CAR-TR-728 CS-TR-3326 UMIACS-TR-94-92 Samir Khuller Department of Computer Science Institute for Advanced Computer Studies University of Maryland College Park, MD 20742-3255 Localization in Graphs Azriel

More information

Lecture 2 Unstructured Mesh Generation

Lecture 2 Unstructured Mesh Generation Lecture 2 Unstructured Mesh Generation MIT 16.930 Advanced Topics in Numerical Methods for Partial Differential Equations Per-Olof Persson (persson@mit.edu) February 13, 2006 1 Mesh Generation Given a

More information

Guaranteed-Quality All-Quadrilateral Mesh Generation with Feature Preservation

Guaranteed-Quality All-Quadrilateral Mesh Generation with Feature Preservation Guaranteed-Quality All-Quadrilateral Mesh Generation with Feature Preservation Xinghua Liang, Mohamed S. Ebeida, and Yongjie Zhang Department of Mechanical Engineering, Carnegie Mellon University, USA

More information

Effective adaptation of hexahedral mesh using local refinement and error estimation

Effective adaptation of hexahedral mesh using local refinement and error estimation Key Engineering Materials Vols. 243-244 (2003) pp. 27-32 online at http://www.scientific.net (2003) Trans Tech Publications, Switzerland Online Citation available & since 2003/07/15 Copyright (to be inserted

More information

GEOMETRY MODELING & GRID GENERATION

GEOMETRY MODELING & GRID GENERATION GEOMETRY MODELING & GRID GENERATION Dr.D.Prakash Senior Assistant Professor School of Mechanical Engineering SASTRA University, Thanjavur OBJECTIVE The objectives of this discussion are to relate experiences

More information

Introduction to ANSYS ICEM CFD

Introduction to ANSYS ICEM CFD Lecture 4 Volume Meshing 14. 0 Release Introduction to ANSYS ICEM CFD 1 2011 ANSYS, Inc. March 21, 2012 Introduction to Volume Meshing To automatically create 3D elements to fill volumetric domain Generally

More information

A NEW TYPE OF SIZE FUNCTION RESPECTING PREMESHED ENTITIES

A NEW TYPE OF SIZE FUNCTION RESPECTING PREMESHED ENTITIES A NEW TYPE OF SIZE FUNCTION RESPECTING PREMESHED ENTITIES Jin Zhu Fluent, Inc. 1007 Church Street, Evanston, IL, U.S.A. jz@fluent.com ABSTRACT This paper describes the creation of a new type of size function

More information

Extracting consistent and manifold interfaces from multi-valued volume data sets

Extracting consistent and manifold interfaces from multi-valued volume data sets Extracting consistent and manifold interfaces from multi-valued volume data sets Stephan Bischoff, Leif Kobbelt Lehrstuhl für Informatik 8, RWTH Aachen, 52056 Aachen Email: {bischoff,kobbelt}@informatik.rwth-aachen.de

More information

Quadtrees and Meshing

Quadtrees and Meshing Computational Geometry Lecture INSTITUT FÜR THEORETISCHE INFORMATIK FAKULTÄT FÜR INFORMATIK Tamara Mchedlidze Darren Strash 14.12.2015 Motivation: Meshing PC Board Layouts To simulate the heat produced

More information

Reporting Mesh Statistics

Reporting Mesh Statistics Chapter 15. Reporting Mesh Statistics The quality of a mesh is determined more effectively by looking at various statistics, such as maximum skewness, rather than just performing a visual inspection. Unlike

More information

Fully-automated hex-dominant mesh generation with directionality control via packing rectangular solid cells

Fully-automated hex-dominant mesh generation with directionality control via packing rectangular solid cells INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN ENGINEERING Int. J. Numer. Meth. Engng 2003; 57:2099 2129 (DOI: 10.1002/nme.754) Fully-automated hex-dominant mesh generation with directionality control

More information

NEXT-GENERATION SWEEP TOOL: A METHOD FOR GENERATING ALL-HEX MESHES ON TWO-AND-ONE-HALF DIMENSIONAL GEOMTRIES

NEXT-GENERATION SWEEP TOOL: A METHOD FOR GENERATING ALL-HEX MESHES ON TWO-AND-ONE-HALF DIMENSIONAL GEOMTRIES NEXT-GENERATION SWEEP TOOL: A METHOD FOR GENERATING ALL-HEX MESHES ON TWO-AND-ONE-HALF DIMENSIONAL GEOMTRIES PATRICK M. KNUPP PARALLEL COMPUTING SCIENCES DEPARTMENT SANDIA NATIONAL LABORATORIES M/S 0441,

More information

2) For any triangle edge not on the boundary, there is exactly one neighboring

2) For any triangle edge not on the boundary, there is exactly one neighboring Triangulating Trimmed NURBS Surfaces Chang Shu and Pierre Boulanger Abstract. This paper describes techniques for the piecewise linear approximation of trimmed NURBS surfaces. The problem, called surface

More information

The propagation problem in longest-edge refinement

The propagation problem in longest-edge refinement The propagation problem in longest-edge refinement J.P. Suárez, A. Plaza, and G.F. Carey University of Las Palmas de Gran Canaria, Canary Islands, Spain, jsuarez@dcegi.ulpgc.es University of Texas at Austin,

More information

Manipulating the Boundary Mesh

Manipulating the Boundary Mesh Chapter 7. Manipulating the Boundary Mesh The first step in producing an unstructured grid is to define the shape of the domain boundaries. Using a preprocessor (GAMBIT or a third-party CAD package) you

More information

Finite Element Model of Fracture Formation on Growing Surfaces

Finite Element Model of Fracture Formation on Growing Surfaces Finite Element Model of Fracture Formation on Growing Surfaces Pavol Federl and Przemyslaw Prusinkiewicz Department of Computer Science, University of Calgary Calgary, Alberta, Canada T2N 1N4 e mail: federl

More information

Dominating Sets in Planar Graphs 1

Dominating Sets in Planar Graphs 1 Dominating Sets in Planar Graphs 1 Lesley R. Matheson 2 Robert E. Tarjan 2; May, 1994 Abstract Motivated by an application to unstructured multigrid calculations, we consider the problem of asymptotically

More information

Chapter 8. Voronoi Diagrams. 8.1 Post Oce Problem

Chapter 8. Voronoi Diagrams. 8.1 Post Oce Problem Chapter 8 Voronoi Diagrams 8.1 Post Oce Problem Suppose there are n post oces p 1,... p n in a city. Someone who is located at a position q within the city would like to know which post oce is closest

More information

Egemen Tanin, Tahsin M. Kurc, Cevdet Aykanat, Bulent Ozguc. Abstract. Direct Volume Rendering (DVR) is a powerful technique for

Egemen Tanin, Tahsin M. Kurc, Cevdet Aykanat, Bulent Ozguc. Abstract. Direct Volume Rendering (DVR) is a powerful technique for Comparison of Two Image-Space Subdivision Algorithms for Direct Volume Rendering on Distributed-Memory Multicomputers Egemen Tanin, Tahsin M. Kurc, Cevdet Aykanat, Bulent Ozguc Dept. of Computer Eng. and

More information

10.1 Overview. Section 10.1: Overview. Section 10.2: Procedure for Generating Prisms. Section 10.3: Prism Meshing Options

10.1 Overview. Section 10.1: Overview. Section 10.2: Procedure for Generating Prisms. Section 10.3: Prism Meshing Options Chapter 10. Generating Prisms This chapter describes the automatic and manual procedure for creating prisms in TGrid. It also discusses the solution to some common problems that you may face while creating

More information

POLYHEDRAL MESH GENERATION

POLYHEDRAL MESH GENERATION POLYHEDRAL MESH GENERATION W. Oaks 1, S. Paoletti 2 adapco Ltd, 60 Broadhollow Road, Melville 11747 New York, USA 1 wayne@adapco.com, 2 stefano@adapco.com ABSTRACT A new methodology to generate a hex-dominant

More information

Terminal star operations algorithm for tetrahedral mesh improvement

Terminal star operations algorithm for tetrahedral mesh improvement Terminal star operations algorithm for tetrahedral mesh improvement Fernando Balboa, Pedro Rodriguez-Moreno and Maria-Cecilia Rivara Abstract We discuss an innovative, simple and effective Lepp terminal-star

More information

Inside hole. Inside wire. Input: and. d y. Inside vertex. Outside loop

Inside hole. Inside wire. Input: and. d y. Inside vertex. Outside loop Energy-Minimizing Approach to Meshing Curved Wire-Frame Models Atsushi Yamada Kenji Shimada Takayuki Itoh Tokyo Research Laboratory, IBM Japan, Ltd., 1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken 242,

More information

Automatic hybrid mesh generation for the boundary face method

Automatic hybrid mesh generation for the boundary face method Boundary Elements and Other Mesh Reduction Methods XXXVI 139 Automatic hybrid mesh generation for the boundary face method Cheng Huang & Jianming Zhang State Key Laboratory of Advanced Design and Manufacturing

More information

Local bisection for conformal refinement of unstructured 4D simplicial meshes

Local bisection for conformal refinement of unstructured 4D simplicial meshes Local bisection for conformal refinement of unstructured 4D simplicial meshes Guillem Belda-Ferrín, Abel Gargallo-Peiró and Xevi Roca Abstract We present a conformal bisection procedure for local refinement

More information

Finite element algorithm with adaptive quadtree-octree mesh refinement

Finite element algorithm with adaptive quadtree-octree mesh refinement ANZIAM J. 46 (E) ppc15 C28, 2005 C15 Finite element algorithm with adaptive quadtree-octree mesh refinement G. P. Nikishkov (Received 18 October 2004; revised 24 January 2005) Abstract Certain difficulties

More information

Weak Dynamic Coloring of Planar Graphs

Weak Dynamic Coloring of Planar Graphs Weak Dynamic Coloring of Planar Graphs Caroline Accurso 1,5, Vitaliy Chernyshov 2,5, Leaha Hand 3,5, Sogol Jahanbekam 2,4,5, and Paul Wenger 2 Abstract The k-weak-dynamic number of a graph G is the smallest

More information

DISCONTINUOUS FINITE ELEMENT VISUALIZATION

DISCONTINUOUS FINITE ELEMENT VISUALIZATION 1 1 8th International Symposium on Flow Visualisation (1998) DISCONTINUOUS FINITE ELEMENT VISUALIZATION A. O. Leone P. Marzano E. Gobbetti R. Scateni S. Pedinotti Keywords: visualization, high-order finite

More information

Collars and Intestines: Practical Conforming Delaunay Refinement

Collars and Intestines: Practical Conforming Delaunay Refinement Collars and Intestines: Practical Conforming Delaunay Refinement Alexander Rand and Noel Walkington Carnegie Mellon University Summary. While several existing Delaunay refinement algorithms allow acute

More information

Towards a unified measurement of quality for mixed elements

Towards a unified measurement of quality for mixed elements Towards a unified measurement of qualit for mixed elements technical report n 015/01, di utfsm Claudio Lobos Departmento de Informática Universidad Técnica Federico Santa María Santiago, Chile clobos@inf.utfsm.cl

More information

Hexahedral Mesh Refinement Using an Error Sizing Function

Hexahedral Mesh Refinement Using an Error Sizing Function Brigham Young University BYU ScholarsArchive All Theses and Dissertations 2011-06-01 Hexahedral Mesh Refinement Using an Error Sizing Function Gaurab Paudel Brigham Young University - Provo Follow this

More information

The Whisker Weaving Algorithm: A Connectivity-Based Method for Constructing All Hexahedral Finite Element Meshes

The Whisker Weaving Algorithm: A Connectivity-Based Method for Constructing All Hexahedral Finite Element Meshes The Whisker Weaving Algorithm: A Connectivity-Based Method for Constructing All Hexahedral Finite Element Meshes Timothy J. Tautges Comp Mechanics and Visualization Dept, Sandia National Laboratories,

More information

A Voronoi-Based Hybrid Meshing Method

A Voronoi-Based Hybrid Meshing Method A Voronoi-Based Hybrid Meshing Method Jeanne Pellerin, Lévy Bruno, Guillaume Caumon To cite this version: Jeanne Pellerin, Lévy Bruno, Guillaume Caumon. A Voronoi-Based Hybrid Meshing Method. 2012. hal-00770939

More information

Tetrahedral Mesh Improvement Using Swapping and Smoothing. Lori A. Freitag. Phone: Fax:

Tetrahedral Mesh Improvement Using Swapping and Smoothing. Lori A. Freitag. Phone: Fax: Tetrahedral Mesh Improvement Using Swapping and Smoothing Lori A. Freitag Mathematics and Computer Science Division Argonne National Laboratory Argonne, Illinois 60439 Phone: 630-252-7246 Fax: 630-252-5986

More information

Surface Mesh Generation

Surface Mesh Generation Surface Mesh Generation J.-F. Remacle Université catholique de Louvain September 22, 2011 0 3D Model For the description of the mesh generation process, let us consider the CAD model of a propeller presented

More information

FE ADAPTIVE ANALYSIS OF MULTI-REGIONS MODELS

FE ADAPTIVE ANALYSIS OF MULTI-REGIONS MODELS VI International Conference on Adaptive Modeling and Simulation ADMOS 2013 J. P. Moitinho de Almeida, P. Díez, C. Tiago and N. Parés (Eds) FE ADAPTIVE ANALYSIS OF MULTI-REGIONS MODELS LUIZ F. MARTHA *,

More information

A Bintree Representation of Generalized Binary. Digital Images

A Bintree Representation of Generalized Binary. Digital Images A intree Representation of Generalized inary Digital mages Hanspeter ieri gor Metz 1 inary Digital mages and Hyperimages A d-dimensional binary digital image can most easily be modelled by a d-dimensional

More information

Advances in octree-based all-hexahedral mesh generation: handling sharp features

Advances in octree-based all-hexahedral mesh generation: handling sharp features Advances in octree-based all-hexahedral mesh generation: handling sharp features Loïc Maréchal Gamma project, I.N.R.I.A., Rocquencourt, 78153 Le Chesnay, FRANCE loic.marechal@inria.fr Summary. Even though

More information

A comparative study between some bisection based partitions in 3D

A comparative study between some bisection based partitions in 3D Applied Numerical Mathematics 55 (2005) 357 367 www.elsevier.com/locate/apnum A comparative study between some bisection based partitions in 3D Miguel A. Padrón a,,josép.suárez b, Ángel Plaza c a Department

More information

arxiv: v1 [math.na] 20 Sep 2016

arxiv: v1 [math.na] 20 Sep 2016 arxiv:1609.06236v1 [math.na] 20 Sep 2016 A Local Mesh Modification Strategy for Interface Problems with Application to Shape and Topology Optimization P. Gangl 1,2 and U. Langer 3 1 Doctoral Program Comp.

More information

9. F. P. Preparata, M. I. Shamos, Computational Geometry an Introduction, Springer- Verlag, New York, 1985, pp

9. F. P. Preparata, M. I. Shamos, Computational Geometry an Introduction, Springer- Verlag, New York, 1985, pp 5. A. P. Gilkey, G. D. Sjaardema, GEN3D: A GENESIS Database 2D to 3D Transformation Program, SAND89-0485, Sandia National Laboratories, Albuquerque, New Mexico, March 1989. 6. M. S. Shephard, M. K. Georges,

More information

linearize discretize Galerkin optimize sample

linearize discretize Galerkin optimize sample Fairing by Finite Dierence Methods Leif Kobbelt Abstract. We propose an ecient and exible scheme to fairly interpolate or approximate the vertices of a given triangular mesh. Instead of generating a piecewise

More information

A Hash Data Structure for Adaptive PDE Solvers Based on Discontinuous Galerkin Discretizations

A Hash Data Structure for Adaptive PDE Solvers Based on Discontinuous Galerkin Discretizations A Hash Data Structure for Adaptive PDE Solvers Based on Discontinuous Galerkin Discretizations Kolja Brix, Ralf Massjung, and Alexander Voß Bericht Nr. 302 Juli 2009 Key words: Discontinuous Galerkin method,

More information

Adaptive Parallel Meshes with Complex Geometry

Adaptive Parallel Meshes with Complex Geometry Adaptive Parallel Meshes with Complex Geometry Roy Williams Concurrent Supercomputing Facilities, California Institute of Technology, Pasadena CA 91125 Abstract We discuss the automatic creation and adaptive

More information

Parallel Unstructured Mesh Generation by an Advancing Front Method

Parallel Unstructured Mesh Generation by an Advancing Front Method MASCOT04-IMACS/ISGG Workshop University of Florence, Italy Parallel Unstructured Mesh Generation by an Advancing Front Method Yasushi Ito, Alan M. Shih, Anil K. Erukala, and Bharat K. Soni Dept. of Mechanical

More information

Data Partitioning. Figure 1-31: Communication Topologies. Regular Partitions

Data Partitioning. Figure 1-31: Communication Topologies. Regular Partitions Data In single-program multiple-data (SPMD) parallel programs, global data is partitioned, with a portion of the data assigned to each processing node. Issues relevant to choosing a partitioning strategy

More information

This is an author-deposited version published in: Handle ID:.http://hdl.handle.net/10985/8366

This is an author-deposited version published in:  Handle ID:.http://hdl.handle.net/10985/8366 Science Arts & Métiers (SAM) is an open access repository that collects the work of Arts et Métiers ParisTech researchers and makes it freely available over the web where possible. This is an author-deposited

More information

u 0+u 2 new boundary vertex

u 0+u 2 new boundary vertex Combined Subdivision Schemes for the design of surfaces satisfying boundary conditions Adi Levin School of Mathematical Sciences, Tel-Aviv University, Tel-Aviv 69978, Israel. Email:fadilev@math.tau.ac.ilg

More information

UNTANGLING AND OPTIMIZATION OF UNSTRUCTURED HEXAHEDRAL MESHES

UNTANGLING AND OPTIMIZATION OF UNSTRUCTURED HEXAHEDRAL MESHES UNTANLIN AND OPTIMIZATION OF UNSTRUCTURED HEXAHEDRAL MESHES K. Kovalev (*), M. Delanaye (**), Ch. Hirsch (*) kvk@stro.vub.ac.be (*) Vrije Universiteit Brussel, Pleinlaan,, 1050 Brussels (**) NUMECA Int.,

More information

Isogeometric Segmentation: The case of contractible solids without non-convex edges. B. Jüttler, M. Kapl, Dang-Manh Nguyen, Qing Pan, M.

Isogeometric Segmentation: The case of contractible solids without non-convex edges. B. Jüttler, M. Kapl, Dang-Manh Nguyen, Qing Pan, M. Isogeometric Segmentation: The case of contractible solids without non-convex edges B. Jüttler, M. Kapl, Dang-Manh Nguyen, Qing Pan, M. Pauley G+S Report No. July Isogeometric Segmentation: The case of

More information

1. Meshes. D7013E Lecture 14

1. Meshes. D7013E Lecture 14 D7013E Lecture 14 Quadtrees Mesh Generation 1. Meshes Input: Components in the form of disjoint polygonal objects Integer coordinates, 0, 45, 90, or 135 angles Output: A triangular mesh Conforming: A triangle

More information

The Strange Complexity of Constrained Delaunay Triangulation

The Strange Complexity of Constrained Delaunay Triangulation The Strange Complexity of Constrained Delaunay Triangulation Nicolas Grislain École Normale Supérieure de Lyon Lyon, France ngrislai@ens-lyon.fr Jonathan Richard Shewchuk Computer Science Division University

More information

Space-filling curves for 2-simplicial meshes created with bisections and reflections

Space-filling curves for 2-simplicial meshes created with bisections and reflections Space-filling curves for 2-simplicial meshes created with bisections and reflections Dr. Joseph M. Maubach Department of Mathematics Eindhoven University of Technology Eindhoven, The Netherlands j.m.l.maubach@tue.nl

More information

Adaptive Surface Modeling Using a Quadtree of Quadratic Finite Elements

Adaptive Surface Modeling Using a Quadtree of Quadratic Finite Elements Adaptive Surface Modeling Using a Quadtree of Quadratic Finite Elements G. P. Nikishkov University of Aizu, Aizu-Wakamatsu 965-8580, Japan niki@u-aizu.ac.jp http://www.u-aizu.ac.jp/ niki Abstract. This

More information

Numerical representation of the quality measures of triangles and. triangular meshes

Numerical representation of the quality measures of triangles and. triangular meshes Numerical representation of the quality measures of triangles and triangular meshes J. Sarrate, J. Palau and A. Huerta Departament de Matemàtica Aplicada III, E.T.S. de Ingenieros de Caminos, Canales y

More information

Tuned terminal triangles centroid Delaunay algorithm for quality triangulation

Tuned terminal triangles centroid Delaunay algorithm for quality triangulation Tuned terminal triangles centroid Delaunay algorithm for quality triangulation Maria-ecilia Rivara and Pedro. Rodriguez-Moreno bstract n improved Lepp based, terminal triangles centroid algorithm for constrained

More information

A Constrained Delaunay Triangle Mesh Method for Three-Dimensional Unstructured Boundary Point Cloud

A Constrained Delaunay Triangle Mesh Method for Three-Dimensional Unstructured Boundary Point Cloud International Journal of Computer Systems (ISSN: 2394-1065), Volume 03 Issue 02, February, 2016 Available at http://www.ijcsonline.com/ A Constrained Delaunay Triangle Mesh Method for Three-Dimensional

More information

Structured Grid Generation for Turbo Machinery Applications using Topology Templates

Structured Grid Generation for Turbo Machinery Applications using Topology Templates Structured Grid Generation for Turbo Machinery Applications using Topology Templates January 13th 2011 Martin Spel martin.spel@rtech.fr page 1 Agenda: R.Tech activities Grid Generation Techniques Structured

More information

Quadrilateral Meshing by Circle Packing

Quadrilateral Meshing by Circle Packing Quadrilateral Meshing by Circle Packing Marshall Bern 1 David Eppstein 2 Abstract We use circle-packing methods to generate quadrilateral meshes for polygonal domains, with guaranteed bounds both on the

More information

An Interface-fitted Mesh Generator and Polytopal Element Methods for Elliptic Interface Problems

An Interface-fitted Mesh Generator and Polytopal Element Methods for Elliptic Interface Problems An Interface-fitted Mesh Generator and Polytopal Element Methods for Elliptic Interface Problems Long Chen University of California, Irvine chenlong@math.uci.edu Joint work with: Huayi Wei (Xiangtan University),

More information

Automatic 3D Mesh Generation for A Domain with Multiple Materials

Automatic 3D Mesh Generation for A Domain with Multiple Materials Automatic 3D Mesh Generation for A Domain with Multiple Materials Yongjie Zhang 1, Thomas J.R. Hughes 1, and Chandrajit L. Bajaj 1,2 1 Institute for Computational Engineering and Sciences, The University

More information

Telecommunication and Informatics University of North Carolina, Technical University of Gdansk Charlotte, NC 28223, USA

Telecommunication and Informatics University of North Carolina, Technical University of Gdansk Charlotte, NC 28223, USA A Decoder-based Evolutionary Algorithm for Constrained Parameter Optimization Problems S lawomir Kozie l 1 and Zbigniew Michalewicz 2 1 Department of Electronics, 2 Department of Computer Science, Telecommunication

More information

Combinatorial Gems. Po-Shen Loh. June 2009

Combinatorial Gems. Po-Shen Loh. June 2009 Combinatorial Gems Po-Shen Loh June 2009 Although this lecture does not contain many offical Olympiad problems, the arguments which are used are all common elements of Olympiad problem solving. Some of

More information

ccopyright by Xiangyang Li 1999

ccopyright by Xiangyang Li 1999 DYNAMIC LOAD BALANCING FOR PARALLEL ADAPTIVE MESH REFINEMENT BY XIANGYANG LI B.Eng., Tsinghua University, BeiJing, 1995 B.Eco., Tsinghua University, BeiJing, 1995 THESIS Submitted in partial fulllment

More information

Pebble Sets in Convex Polygons

Pebble Sets in Convex Polygons 2 1 Pebble Sets in Convex Polygons Kevin Iga, Randall Maddox June 15, 2005 Abstract Lukács and András posed the problem of showing the existence of a set of n 2 points in the interior of a convex n-gon

More information

COMPUTING CONSTRAINED DELAUNAY

COMPUTING CONSTRAINED DELAUNAY COMPUTING CONSTRAINED DELAUNAY TRIANGULATIONS IN THE PLANE By Samuel Peterson, University of Minnesota Undergraduate The Goal The Problem The Algorithms The Implementation Applications Acknowledgments

More information

Smoothing and local refinement techniques for improving tetrahedral mesh quality

Smoothing and local refinement techniques for improving tetrahedral mesh quality Smoothing and local refinement techniques for improving tetrahedral mesh quality J.M. Escobar, R. Montenegro, G. Montero, E. Rodríguez, J.M. González-Yuste University Institute of Intelligent Systems and

More information

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES VI International Conference on Adaptive Modeling and Simulation ADMOS 2013 J. P. Moitinho de Almeida, P. Díez, C. Tiago and N. Parés (Eds) ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE

More information

The ITAPS Mesh Interface

The ITAPS Mesh Interface The ITAPS Mesh Interface Carl Ollivier-Gooch Advanced Numerical Simulation Laboratory, University of British Columbia Needs and Challenges for Unstructured Mesh Usage Application PDE Discretization Mesh

More information

II (Sorting and) Order Statistics

II (Sorting and) Order Statistics II (Sorting and) Order Statistics Heapsort Quicksort Sorting in Linear Time Medians and Order Statistics 8 Sorting in Linear Time The sorting algorithms introduced thus far are comparison sorts Any comparison

More information

X. ROCA AND J. SARRATE

X. ROCA AND J. SARRATE X. ROCA AND J. SARRATE For instance, we can split each mesh triangle into three quadrilaterals by adding a node at the triangle barycenter and a middle node on each edge. Similarly, each mesh tetrahedron

More information

Top Math Summer School on Adaptive Finite Elements: Analysis and Implementation Organized by: Kunibert G. Siebert

Top Math Summer School on Adaptive Finite Elements: Analysis and Implementation Organized by: Kunibert G. Siebert Top Math Summer School on Adaptive Finite Elements: Analysis and Implementation Organized by: Kunibert G. Siebert Instituto de Matemática Aplicada del Litoral Universidad Nacional del Litoral Santa Fe

More information

High Order Nédélec Elements with local complete sequence properties

High Order Nédélec Elements with local complete sequence properties High Order Nédélec Elements with local complete sequence properties Joachim Schöberl and Sabine Zaglmayr Institute for Computational Mathematics, Johannes Kepler University Linz, Austria E-mail: {js,sz}@jku.at

More information

Ray shooting from convex ranges

Ray shooting from convex ranges Discrete Applied Mathematics 108 (2001) 259 267 Ray shooting from convex ranges Evangelos Kranakis a, Danny Krizanc b, Anil Maheshwari a;, Jorg-Rudiger Sack a, Jorge Urrutia c a School of Computer Science,

More information

Lesson Plan #39. 2) Students will be able to find the sum of the measures of the exterior angles of a triangle.

Lesson Plan #39. 2) Students will be able to find the sum of the measures of the exterior angles of a triangle. Lesson Plan #39 Class: Geometry Date: Tuesday December 11 th, 2018 Topic: Sum of the measures of the interior angles of a polygon Objectives: Aim: What is the sum of the measures of the interior angles

More information

Journal of Graph Algorithms and Applications

Journal of Graph Algorithms and Applications Journal of Graph Algorithms and Applications http://www.cs.brown.edu/publications/jgaa/ vol. 5, no. 5, pp. 59 91 (20) Shelling Hexahedral Complexes for Mesh Generation Matthias Müller Hannemann Technische

More information

Unconstrained Optimization

Unconstrained Optimization Unconstrained Optimization Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 1 Denitions Economics is a science of optima We maximize utility functions, minimize

More information

Delaunay Triangulations. Presented by Glenn Eguchi Computational Geometry October 11, 2001

Delaunay Triangulations. Presented by Glenn Eguchi Computational Geometry October 11, 2001 Delaunay Triangulations Presented by Glenn Eguchi 6.838 Computational Geometry October 11, 2001 Motivation: Terrains Set of data points A R 2 Height ƒ(p) defined at each point p in A How can we most naturally

More information

γ 2 γ 3 γ 1 R 2 (b) a bounded Yin set (a) an unbounded Yin set

γ 2 γ 3 γ 1 R 2 (b) a bounded Yin set (a) an unbounded Yin set γ 1 γ 3 γ γ 3 γ γ 1 R (a) an unbounded Yin set (b) a bounded Yin set Fig..1: Jordan curve representation of a connected Yin set M R. A shaded region represents M and the dashed curves its boundary M that

More information

Lecture Notes on Delaunay Mesh Generation

Lecture Notes on Delaunay Mesh Generation Lecture Notes on Delaunay Mesh Generation Jonathan Richard Shewchuk September 20, 1999 Department of Electrical Engineering and Computer Science University of California at Berkeley Berkeley, CA 94720

More information

HPC Computer Aided CINECA

HPC Computer Aided CINECA HPC Computer Aided Engineering @ CINECA Raffaele Ponzini Ph.D. CINECA SuperComputing Applications and Innovation Department SCAI 16-18 June 2014 Segrate (MI), Italy Outline Open-source CAD and Meshing

More information

Henneberg construction

Henneberg construction Henneberg construction Seminar über Algorithmen FU-Berlin, WS 2007/08 Andrei Haralevich Abstract: In this work will be explained two different types of steps of Henneberg construction. And how Henneberg

More information