US20040117163A1 - Longest-Edge Refinement and Derefinement System and Method for Automatic Mesh Generation - Google Patents

Longest-Edge Refinement and Derefinement System and Method for Automatic Mesh Generation Download PDF

Info

Publication number
US20040117163A1
US20040117163A1 US10/707,248 US70724803A US2004117163A1 US 20040117163 A1 US20040117163 A1 US 20040117163A1 US 70724803 A US70724803 A US 70724803A US 2004117163 A1 US2004117163 A1 US 2004117163A1
Authority
US
United States
Prior art keywords
edge
mesh
elements
vertex
terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/707,248
Inventor
Maria Rivara
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US10/707,248 priority Critical patent/US20040117163A1/en
Publication of US20040117163A1 publication Critical patent/US20040117163A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation

Definitions

  • This invention relates to the computer geometric modeling of a body as needed through the use of finite element analysis.
  • the invention relates to the generation of an improved and/or refined and/or derefined mesh of finite elements using an improved and flexible mesh generation method, an improved mesh data structure, and an apparatus therefor.
  • Finite element analysis is a powerful computer-aided tool for solving engineering and physical problems governed by partial differential equations. Finite element analysis is used in approximating any continuous physical characteristic of an object or a geometric region, such as temperature, heat, vibration, fluid flow, electric field, pressure, etc. Finite element analysis is specially important when the geometry of the object to be modeled is relatively complex, e.g. includes small details, since the differential equations for such applications become increasingly difficult to approximate accurately.
  • An initial step of a finite element analysis involves the construction of a mesh of finite elements covering the geometric region whose vertices are in turn points selected on the surface and in the interior of the object.
  • Accurate and modern finite element analysis requires that a flexible mesh improvement/refinement/derefinement method, alternatively described as a point placement/elimination method, be used in order to produce a mesh that satisfies at least five criteria: (1) the overall point or vertex density is able to be specified and modified; (2) the density of vertices should increase and/or decrease in critical regions, (i.e., in those which have small features and concave corners or as needed in some time dependent problems); (3) badly-shaped finite elements should be avoided; (4) a mesh derived from a set of vertices should be able to be refined and/or derefined in certain areas by the user or the finite element analysis solving method; (5) the mesh should respect the object boundaries and interfaces.
  • a tetrahedral mesh is defined as a “Delaunay tetrahedrization” if and only if, for each tetrahedron in the mesh, the sphere defined by the four vertices of the tetrahedron, called its circumsphere, contains no mesh vertices in its interior. Vertices on the circumsphere's boundary are permitted.
  • a surface triangulation is defined as a Delaunay triangulation if and only if, for each triangle in the mesh, a circle defined by the three vertices contains no other vertices in its interior.
  • Cavendish et al. (1985) implement such a triangulation by rejecting from the set of all possible triangles which might be formed, those with non-empty associated circles. Those triangles not rejected, form the Delaunay triangulation. Schroeder et al. (1988) apply those teachings to three-dimensional surfaces.
  • Frey (1987) teaches a method for selective refinement of an initial triangulation. Grading of the mesh is controlled by a node spacing function wherein a prospective node is inserted and its spacing from adjacent nodes is evaluated. Each new prospective node is also tested to see if its insertion would lead to a Delaunay triangulation with an acceptable degree of spacing at new node.
  • Shroeder et al. (1990) use an octree method for producing a set of points representing the geometry of the object.
  • Golias et al. (1994) describe an element-based method to perform automatic mesh refinement producing almost-Delaunay triangulations as follows: the midpoint of the longest edge of each target element is chosen and all the elements having this edge in common are partitioned; the non-Delaunay mesh thus obtained is then subjected to the repeated application of a set of local topological transformations performed over all the elements of the mesh, followed by an overall node relaxation technique, until the equilibrium of the mesh is achieved.
  • Field et al. (1991) also use local transformations for producing almost-Delaunay meshes satisfying a local max-min solid angle criterion.
  • Weatheril et al. (1994) select the points to be added to the mesh between the centroids of the elements of the mesh by using different point distribution functions interpolated to the interior vertices.
  • Baker (1989) considers the addition of a new vertex near each sliver followed by a retriangulation step.
  • Mitchell et al. (1992) use an element size function throughout the mesh and a local realignment of the nodes for improving the mesh.
  • Joe (1995) also uses local topological transformations for producing improved almost Delaunay meshes.
  • Ruppert (1995) teaches a point insertion method which guarantees the construction of good-quality 2-D Delaunay triangulations by adding points in the circumcenter of the worst small-angled triangles of the current mesh.
  • Rebay (1993) teaches an alternative point insertion method based on selecting a maximal non-accepted triangle which is also adjacent to an accepted triangle; then selecting a point situated over the segment that joins the circumcenter of the two triangles.
  • longest-edge bisection is obtained by partitioning the element by the line defined by the midpoint of the longest-edge and the opposite vertex.
  • longest-edge bisection is in turn obtained by partitioning the element by the plane defined by the midpoint of the longest-edge and the two opposite vertices. It has been shown that longest-edge refinement methods improve the point distribution by maintaining some small-angled triangles which depend on the quality of the initial mesh. The following papers consider the application of these ideas and the generation of a mesh therefor.
  • Rivara International Journal for Numerical Methods in Engineering, vol. 20, pp. 745-756, (1984a); Rivara, ACM Trans. on Mathematical Software, vol. 10, pp. 242-264 (1984b);Rivara, In Accuracy Estimates and Adaptive Refinements in Finite Element Computations, John Wiley and Sons, Chichester, pp. 359-370 (1986); Rivara, International Journal for Numerical Methods in Engineering, vol. 24, pp. 1343-1354 (1987); Rivara, International Journal for Numerical Methods in Engineering, Vol. 28, pp. 2889-2906 (1989); Rivara et al, Communications on Applied Numerical Methods, vol. 8, pp.
  • Rivara (1984a) teaches two kinds of longest-edge bisection refinement methods in 2-dimensions, which produce some neighbor's refinement and some intermediate non-valid meshes, and demonstrates their mathematical properties; Rivara (1984b and 1986) discusses the application of those teachings in adaptive multigrid finite element analysis; Rivara (1987) teaches the implementation of a 4-triangles method also based on the properties of longest-edge bisections which also produces some intermediate non-valid meshes; Rivara (1989) generalizes those teachings to the derefinement of nested triangulations based on assigning to each new vertex its level of creation and using this “label” recursively to identify a set of vertices, edges and triangles to be eliminated. The derefinement method produces some intermediate non-valid meshes.
  • Rivara et al. (1992) teach and discuss a three-dimensional longest-edge refinement method based on performing recursive bisection of the target elements and some of their largest neighbors. Liu et al. (1995 and 1996) consider two kinds of 3-dimensional methods based on bisection.
  • Rivara (1984b) and Rivara et al. (1992) teach mesh data structures based on associating to each vertex, respectively, the set of ordered neighbor vertices, and the set of the triangular neighbor faces.
  • Muthukrishnan et al. (1995) teach a variation of the longest-edge method of Rivara et al. (1992) based on performing a sort of the list of elements to be refined in ascending order of their longest-edges; associating a refinement ratio to these elements and distributing it to their descendants; inserting the adjacent elements of each selected element into the list at a position based on its longest edge; and using the order to perform the element division process.
  • Jones et al. (1994) teach a parallel scalable bisection method for the refinement of 2-dimensional triangulations based on the 4-triangles method of Rivara (1984a) under the assumption that the processors communicate through a common shared memory.
  • Each target triangle to be refined is assigned to a processor, which keeps track of the neighbor's refinement in the mesh producing intermediate non-valid meshes.
  • the parallel method determines sequences of independent sets of triangles and refines the triangles in these sets in parallel.
  • Rivara et al. (1997a) consider a Delaunay triangulation in 2-dimensions and teach a method that for each target element perform the Delaunay insertion of a cluster of points defined by the longest-edge bisection method taught by Rivara (1984a). This method improves the point distribution and maintains some small-angled triangles which depend on the initial triangulation.
  • Rivara (1996and 1997) teaches a new longest-edge point insertion method for 2-dimensional Delaunay meshes which always improves the triangulation. For each target triangle, the point to be inserted is found by following the sequence of neighbor increasing triangles until the last two greatest triangles in the sequence share a common longest-edge called a terminal-edge. Then the midpoint of this longest-edge is Delaunay inserted in the mesh. Rivara (1997) proves that the systematic use of this method over the small-angled triangles of the mesh, produces good-quality triangulations with smallest angles greater than or equal to 30°.
  • Rivara (1996 and 1997) also outlines a generalization of this method to 3-dimensions giving a rough 3-dimensional recursive method that, for each target element, follows a 3-dimensional propagation path associated with the longest-edge bisection method and performs the Delaunay insertion of a cluster of points over terminal-edges associated with the 3-dimensional propagation path. Rivara et al. (1997b) report numerical experimentation with both the 2-D and 3-D methods.
  • Rivara (1996 and 1997) also teaches recursive 2-dimensional and 3-dimensional longest-edge refinement methods for non-Delaunay quality meshes that produce the same meshes as the methods of Rivara (1984a) and Rivara et al. (1992) only partitioning sets of elements that share terminal edges of the mesh (all the elements of each set sharing the common terminal edge).
  • a method, mesh data structure and apparatus for producing an improved/refined/derefined mesh of finite elements for a three-dimensional object showing boundaries and faces.
  • the improvement/refinement method repeatedly searching, for consecutive sets of active target elements to be refined or improved, an associated submesh and set of terminal edges, the searching process not modifying the mesh data structure; then according to the point insertion method chosen, selection of the point or the points to be inserted between the midpoints of the terminal edges modified by some boundary considerations; inserting the selected point or points in the initial mesh; and then proceeding to the succeeding set of active target elements until an user-defined stopping criterion is achieved.
  • the derefinement method for each target vertex finding an associated set of neighbor vertices to be derefined; then eliminating each said vertex according an appropriate order such that the derefinement of said vertex allows to re-obtain a previous terminal edge whose bisection produced said vertex.
  • the method, mesh data structure and apparatus of this invention allowing the parallel scalable refinement/derefinement of the mesh by locally modifying sets of neighbor elements sharing the common longest-edge.
  • FIG. 1 is a perspective view of a three-dimensional object after it has been subjected to a tetrahedrization.
  • FIG. 2 is a perspective view of a tetrahedron found in FIG. 1 and exhibiting the longest-edge AB.
  • FIG. 3 is a perspective view of two neighbor tetrahedron sharing the common edge AB (case 1 of 2).
  • FIG. 4 is a perspective view of two neighbor tetrahedron sharing the common edge AB (case 2 of 2).
  • FIG. 5 is a perspective view of the longest-edge submesh associated with tetrahedron ABCD and exhibiting the terminal-edges EB and BF.
  • FIG. 6 illustrates the system architecture of the apparatus of this invention.
  • FIG. 7 is a high-level flow diagram describing the improvement/refinement method of this invention as carried forth by a main processing unit of the apparatus illustrated in FIG. 6.
  • FIG. 8 is a high-level flow diagram describing the improvement/refinement method of this invention as carried forth by mesh-memory and longest-edge parallel computer units of the apparatus illustrated in FIG. 6.
  • FIG. 9 is a flow diagram further illustrating an operation from FIG. 7, namely the selection of points according to chosen point insertion criteria.
  • FIG. 10 is a flow diagram further illustrating an operation from FIG. 7, namely the mesh recalculation.
  • FIG. 11 is a flow diagram further illustrating an operation from FIG. 7, namely the preprocessing of boundary active elements.
  • FIG. 12 is a flow diagram further illustrating an operation from FIG. 9, namely the selection of a point for Delaunay insertion.
  • FIG. 13 is a perspective view of the longest-edge bisection of a tetrahedron of vertices A, B, C, D and longest-edge AB, where M is midpoint of AB.
  • FIG. 14 illustrates a longest-edge refined two-dimensional (non-Delaunay) mesh, its vertices, and between parenthesis its associated VE-IND indicator values.
  • FIG. 15 illustrates the resulting mesh (after the derefinement of the vertex J of the mesh of FIG. 13 is performed), its vertices, and between parenthesis its associated VE-IND indicator values.
  • FIG. 16 is a table showing the corresponding associated VE-IND values and generator edges for each one of the vertices of the refined mesh of FIG. 14.
  • FIG. 17 illustrate the longest-edge mesh data structure schematically describing the EDGE, ELEMENT, VERTEX and GEN-EDGE representations.
  • FIG. 18 is a high-level flow diagram describing the initialization of the longest-edge mesh data structure after the input of the initial mesh.
  • FIG. 19 is a flow diagram further illustrating an operation from FIG. 20, namely the modification of the longest-edge mesh data structure after refinement of a terminal-edge.
  • FIG. 20 illustrates the system architecture of an additional apparatus capable of performing the parallel refinement of the set of terminal-edges as an alternative to the box 570 in FIG. 10.
  • FIG. 21 is a high-level flow diagram describing the derefinement method of this invention.
  • FIG. 22 is a flow diagram further illustrating an operation from FIG. 21, namely the construction of the vertex-set containing the vertices to be derefined from mesh.
  • FIG. 23 illustrates the system architecture of an additional apparatus capable of performing the parallel derefinement of a set of selected vertices.
  • FIG. 24 is a flow diagram further illustrating an operation from FIG. 23, namely the local modification of the mesh data structure after the derefinement of an individual vertex.
  • FIG. 25 is a high-level flow diagram illustrating a preferred embodiment for an integrated mesh generation method.
  • FIG. 26 is a flow diagram further illustrating an operation from FIG. 25, namely the local actualization of the mesh data structure due to the modification of the vertex coordinates.
  • This invention comprises an improvement/refinement method, a derefinement method, a mesh data structure, an integrated automated mesh generation method, and apparatus therefor.
  • the improvement component, the refinement component and the refinement/derefinement component can stand alone independent of each other in the sense that these components can be used separately in different applications.
  • the derefinement method however only can be used to derefine meshes produced throughout the previous use of the longest-edge refinement method, and in this sense includes and generalizes the refinement method.
  • FIG. 1 to FIG. 5 refer to some geometrical issues of the method and apparatus of the present invention.
  • FIG. 2 shows one of the tetrahedra contained within FIG. 1 comprising vertices A, B, C, D; edges AB, AC, AD, BD, BC and DC, and triangular faces ACB, ADC, ADB and DCB.
  • the “longest-edge” of tetrahedra ABCD is edge AB; that is, the edge whose length is greater than the length of each one of the remaining five edges AC, AD, BD, BC and DC.
  • the method of the present invention considers either Delaunay or non-Delaunay tetrahedrizations.
  • FIG. 3 and FIG. 4 illustrate examples of the only two unique possible cases of valid neighbor tetrahedra having longest-edge AB in common.
  • two tetrahedra of vertices A, B, C, D and vertices B, C, A, E share the common triangular face ABC, and in particular the edge AB.
  • the neighbor tetrahedra of respective vertices A, B, C, D and vertices A, B, E, F share only the common edge AB.
  • the edge AB is an interior edge, there always exists a set of contiguous neighbor elements that fill the space around the edge AB.
  • the derivation of an initial tetrahedrization requires that coordinate values for each of the vertices of the body and its boundaries be input by the user. As can be seen from FIG. 7, (box 200 ), those values are also employed by this invention.
  • the inputs for this invention comprise: the vertices of a model of the body being analyzed, the boundaries of the model and an initial tetrahedrization (mesh) of the object model.
  • the refinement/improvement method of this invention is based on repeatedly finding between the tetrahedra of the mesh, the set of neighbor tetrahedra having a selected edge in common, wherein this selected edge is the longest edge among the 6 edges of individual tetrahedra, as previously considered in connection with the example of FIG. 1.
  • the repetitive use of this approach allows the identification of a “longest-edge” submesh which in a certain sense measures the local point distribution associated with this target element. Between the midpoints of a set of “terminal edges” situated on the “surface” of such submesh the point or points to be inserted in the mesh are selected.
  • the terminal-edges of a mesh are key components of the improved method and apparatus of the present invention, which take advantage of the following properties: (1) Terminal-edges of Delaunay meshes identify the best places (edges) such that the insertion of the midpoint of each of said terminal-edges improves the point distribution and the quality of neighbor elements; (2) The improved method and apparatus of the present invention make repetitive use of the identification of sets of terminal-edges of the mesh, this work being performed without modifying the mesh; (3) The improved (longest-edge) refinement/derefinement method of the present invention, at the end reduces to the local refinement and/or derefinement of individual terminal-edges of the mesh, said local work only involving the set of elements sharing each said terminal-edge; (4) The preceding two properties are used by the improved (scalable) method of this invention and apparatus therefor both for efficiently performing parallel search of the set of terminal-edges involved, and
  • the improvement/refinement method of this invention uses two alternative point insertion criteria according to a user-defined parameter: (1) Delaunay point insertion or (2) terminal-edges refinement.
  • the Delaunay criterion is best suited for improving a mesh having bad-shaped elements.
  • the terminal-edges refinement criterion is best suited for refining a mesh of quality elements as needed in adaptive and/or multigrid finite-element analysis applications (for a discussion see Rivara (1986)).
  • FIG. 5 illustrates a simple mesh where a tetrahedron of vertices A, B, C, D and longest edge AB, has 2 neighbor tetrahedra of respective vertices A, D, B, F and A, B, C, E which share the common edge AB.
  • These tetrahedra have respective longest edges BF and EB with the length of BF being greater than length of EB.
  • the three tetrahedra define the longest-edge submesh associated with the tetrahedron ABCD having terminal-edges BF and EB. Because edge BF is the largest terminal-edge, the prospective point for Delaunay insertion is the midpoint of BF, marked MPT. When terminal-edges refinement is chosen, the midpoints of both edges BF and EB are selected to be inserted in the mesh.
  • a set of target elements is identified in the mesh (box 210 in FIG. 7). Adequate assignment and management of the set of target elements makes possible either adaptive mesh refinement, or automatic mesh improvement. For example, if a quality mesh is run through an adaptive finite element analysis, and fails to converge in some elements, the improvement/refinement method can be re-run automatically, with the set of target elements equal to those elements and the point insertion criterion chosen as terminal-edge refinement in box 220 . When a mesh with some bad-shaped elements is considered in exchange, the improvement/refinement method can be re-run automatically, with the set of target elements equal to those elements and the point insertion criterion chosen in box 220 as Delaunay insertion. The criteria chosen in box 220 , which sets an insertion IFLAG, then governs the outcome of decision box 230 .
  • the improvement/refinement method of the present invention is directed to a method and an apparatus for automatically generating an improved refined mesh of finite elements for an object to be analyzed, the object showing boundaries and faces.
  • a longest-edge point placement method for automatically generating the improved refined mesh of the object is used.
  • FIG. 6 a preferred embodiment for the improvement/refinement method of the present invention is shown, which includes the following means: (1) an input/output unit 20 for input of the geometrical data and output of the mesh; (2) a display unit 30 for visualizing the mesh and the point placement process; (3) a main processing unit (device) 40 for controlling the overall mesh improvement/refinement/derefinement process; (4) a mesh memory device 10 for storing the geometrical input data, the mesh data structure and auxiliary means for performing the mesh improvement/refinement/derefinement process; and (5) a parallel processing device 50 composed of N processors both for the parallel searching of sets of terminal-edges, and for the parallel refinement/derefinement of sets of elements related with selected terminal-edges.
  • the input/output unit 20 may be a conventional CAD/CAM input/output unit for entering the geometric data of the object into the mesh memory 10 and output of the mesh.
  • An external Delaunay program which for illustration, not limitation, is herein considered as being part of the input/output (CAD/CAM) device 20 and its associated programming, is also required.
  • FIG. 7 is a high-level flow diagram describing the method of this invention as carried forth by the main processing unit 40 , as follows: After input of the geometry data and the initial mesh (box 200 ), a set of target element is identified in the mesh (box 210 ). From among those target elements, a subset of one or more active target elements is selected and a point insertion criterion—Delaunay or terminal-edges refinement—is chosen (boxes 220 , 230 ). Then, referring to box 240 , by using the parallel computer 50 of FIG. 6 (said parallel computer 50 is detailed in FIG. 8), the set of active elements is processed; each said active target element producing a set of terminal-edges (box 460 in FIG. 8).
  • the selected point or points are found (FIG. 9), which are in turn inserted in the (recalculated) mesh according to the chosen point insertion criterion (FIG. 10, box 550 ).
  • the Delaunay method is employed (box 560 ), while for non-Delaunay insertion, terminal edge refinement is performed on each terminal edge (box 570 ).
  • the process is repeated for actualized sets of active elements and actualized sets of target elements until an user-defined stopping criterion is achieved (boxes 270 , 280 ).
  • a boundary preprocess (box 235 in FIG. 7), described in detail in FIG. 11, is used before initiating the process of box 240 .
  • this works as follows: after the longest edge LE of each element T in the subset of target elements is found, and the midpoint MPT of each such LE is found (box 600 ), interior elements and elements having longest-edge over the boundary are not preprocessed (boxes 610 , leading to box 660 ).
  • the distances DB and DI are respectively computed as the maximum length of the boundary edges of T, and the minimum length of the interior edges of T (box 620 ).
  • DB>ALFA 1 *D 1 where the parameter ALFA 1 is a non-zero factor, (box 630 ); an auxiliary boundary point AUX equal to the midpoint of the largest boundary edge is found (box 640 ); and a boundary point improving the boundary point distribution around AUX is then selected and inserted in the mesh, proceeding also to erase T from the subset of active target elements (box 650 ).
  • Such selected boundary point can be found, for example, by applying the method of this invention to a restricted 3-dimensional surface triangulation.
  • FIG. 8 is a high-level flow diagram describing the method of this invention as carried forth by the mesh-memory ( 10 ) and longest-edge parallel computer ( 50 ) units of the apparatus illustrated in FIG. 6.
  • the parallel processing begins with an empty processed submesh (box 240 ).
  • each individual processor performs the following tasks as outlined in boxes 410 to 470 : an individual processing element T of longest-edge LE is assigned to the processor, and the element T is marked as processed by adding T to submesh (box 410 ).
  • two set of neighbor elements are identified: the set of active elements comprising the elements not present in submesh having LE as an edge, and whose respective longest-edge is greater than LE (box 420 ); and the set of non-active elements comprising the elements not present in submesh, having LE as an edge and whose respective longest-edge is less than or equal to LE (box 430 ).
  • each active element is added to the set of processing elements in the mesh memory 10 (box 450 ) for being later processed; otherwise there are not active elements associated with the element TE, and the edge LE is added to the set of terminal-edges in the mesh memory 10 (box 460 ).
  • the set of processing elements is actualized by deleting (erasing) those elements already present in submesh (box 470 ).
  • this Figure describes the point selection method when Delaunay point insertion has been chosen (boxes 500 and 510 in FIG. 9). The method proceeds as follows: once the set of terminal-edges has been found, G-EDGE, the greatest of those terminal edges in then found whose midpoint MPT is selected as a prospective point to be inserted in the mesh (box 700 ). If G-EDGE is an interior edge having interior vertices, the point MPT is selected to be inserted in the mesh (box 770 ).
  • a boundary treatment comprising either: (1) selecting an auxiliary boundary point equal to MPT if MPT is a boundary point (boxes 730 and 740 ); or (2) selecting an auxiliary boundary point equal to the projection of MPT over the boundary if MPT is near to the boundary (boxes 750 and 760 ).
  • a boundary point situated in the neighborhood of such auxiliary boundary point and improving the boundary point distribution is selected (box 780 ).
  • Such boundary point can be found, for example, by applying the method of this invention to a restricted 3-dimensional surface triangulation. In any other case the point MPT, which is far from the boundary (box 770 ) is selected.
  • the preferred embodiment for this invention considers the identification of sets of target elements and subsets of target elements as follows. For each element of the mesh, a geometry quality measure is computed. Whenever this element is a tetrahedron, this measure can be defined as the ratio between the volume of such element and the volume of the rectangular box of edge equal to the length of the longest-edge of this element; this ratio is multiplied by a normalizing constant in order to associate measure equal to 1 to the equilateral tetrahedron.
  • the set of target elements is found by identifying as target elements, each element having its corresponding element quality measure by below a threshold.
  • the set of target elements is increased by adding sets of elements produced according some of the following criteria: elements having finite-element error indicator below a threshold value; elements whose longest-edge is below a value determined according a user-defined size function and/or other user-defined criteria.
  • the subset of active target elements can be found, in exchange, by selecting from among the set of target elements, all those elements having their corresponding quality measure below a threshold value computed as a fraction of the average value of the element quality measure for the set of target elements.
  • the global set of active elements is found by considering all the elements of the set of target elements.
  • FIGS. 13 to 16 refer to the geometric relation between the refinement and derefinement methods according to the invention.
  • the longest-edge derefinement method of this invention can be described (in terms of the terminal-edge abstraction) as follows: for each target element to be derefined (or equivalently for each vertex VX to be eliminated), repeatedly find an associated set of element-sets, each element of each said element-set sharing a vertex VA and either edges VA-V 1 or VA-V 2 such that, the vertex VA was obtained as the midpoint of a previous terminal-edge of vertices V 1 , V 2 in a previous mesh by longest-edge partition of each element sharing said terminal-edge in said previous mesh.
  • the preferred embodiment for the derefinement method of this invention finds the set of neighbor vertices to be eliminated (VERTEX-SET of box 1240 in FIG. 21) by taking advantage of the following additional (nestedness) properties of the longest-edge refinement method: (1) each new point is found as midpoint of the longest-edge of a previous element; (2) the shape and relative size of neighbor elements determine the order of precedence in the point generation process;(3) each new element remains completely contained in one or more predecessor elements and most of the new edges are indeed parts of previously existing edges.
  • the preferred embodiment of the derefinement method of this invention uses an integer-valued indicator function VE-IND (associated with the relation of precedence in the generation process between each vertex and its neighbors), such that, for each vertex VE, either (1) VE-IND is equal to zero whether VE is a vertex of the initial or improved mesh (not obtained by using the longest-edge refinement method of this invention), initialized in box 910 of FIG. 18, or VE-IND is equal to the successor of the maximum value between the values of the VE-IND function for the vertices V 1 and V 2 (box 1060 in FIG. 19), where vertex VE is the midpoint of the “generator edge” V 1 -V 2 , the generator edge being a previously existing terminal-edge whose bisection produced the vertex VE.
  • VE-IND associated with the relation of precedence in the generation process between each vertex and its neighbors
  • FIG. 14 illustrates a 2-dimensional refined mesh, its vertices and, between parenthesis, its associated VE-IND indicator values;
  • FIG. 16 shows a table containing, for each vertex VE, its corresponding VE-IND value and its associated generator edge GENEDGE (G-EDGE).
  • G-EDGE generator edge GENEDGE
  • FIGS. 17 to 19 , FIG. 24 and FIG. 26 refer to the (shared) mesh data structure for the preferred embodiment of the invention (related with box 10 in FIG. 8) designed to take advantage of the geometrical properties of the method and apparatus of the present invention, allowing: (1) The efficient implementation of the improvement/refinement/derefinement method of this invention and apparatus therefor; (2) The efficient implementation of the parallel finding of adequate sets of terminal-edges (FIG. 8) for selecting the point or points to be inserted in the mesh (improvement/refinement of the mesh); (3) The parallel scalable refinement of terminal-edges requiring no interprocessor communication as described in FIG. 20 (an improved alternative to box 570 in FIG. 10); and (4) The efficient parallel scalable derefinement of the mesh requiring no interprocessor communication as shown in box 1280 in FIG. 21 and in FIG. 23.
  • the longest-edge mesh data structure of this invention corresponds to a mesh representation that takes advantage of (1) The inherent neighbor longest-edge relation existing between the elements of the mesh, valid for Delaunay and non-Delaunay meshes; and (2) the nestedness property of longest-edge refined meshes (for a discussion of this property see e.g.
  • a preferred embodiment for the shared mesh data structure of this invention considers the following longest-edge representation (associated with the mesh and its construction): EDGE, ELEMENT, VERTEX and GEN-EDGE.
  • Each particular EDGE (box 800 in FIG. 17) is represented by means of: (1) two pointers to the two vertices (in the VERTEX representation) that define said EDGE; (2) The length of said EDGE; (3) A set S 1 of pointers to the elements of the ELEMENT representation, such that said elements have longest-edge equal to said EDGE; (4) A set S 2 of pointers to the elements (in the ELEMENT representation) such that said elements have said EDGE as an edge and whose longest-edge is greater than said EDGE (S 2 is empty for terminal-edges of the mesh).
  • Each particular ELEMENT (box 820 in FIG. 17) is represented by means of: (1) Four pointers to the four vertices (in the VERTEX representation); Four pointers to the four neighbor elements (in the ELEMENT representation) having a common face with said element; (3) A pointer to an edge (in the EDGE representation) being said edge, the longest-edge of said ELEMENT.
  • Each particular VERTEX (box 840 in FIG. 17) is represented by means of (1) The spatial coordinates of said VERTEX; (2) A vertex-indicator value VE-IND, said value being equal to 0 if VERTEX belongs to the initial mesh (VERTEX has not been obtained by refining any preceding edge), or equal to the successor of the maximum VE-IND values of the preceding vertices V 1 , V 2 where said VERTEX was obtained as midpoint of the preceding edge of vertices V 1 , V 2 , otherwise; (3) A pointer to the generator edge of said VERTEX (in the GEN-EDGE representation), said generator edge being a preceding edge not existing in the current mesh whose bisection produced said VERTEX; (4) A pointer to one of the elements (in the ELEMENT representation) having said VERTEX as a vertex.
  • Each particular GEN-EDGE (box 860 in FIG. 17) is represented by means of: (1) Two pointers to the two vertices (in the VERTEX representation) that define said GEN-EDGE as an edge (GEN-EDGE not existing as an edge in the current mesh); (2) The length of said GEN-EDGE.
  • FIG. 20 this is a high-level flow diagram describing the system architecture of an additional apparatus capable of performing parallel scalable terminal-edge refinement (replacing and improving the work described by box 570 in FIG. 10), whenever the point insertion criterion equal to TERMINAL-EDGE-REFINEMENT has been selected (box 220 in FIG. 7).
  • a set of points is selected for point insertion (midpoints of the terminal-edges found in box 520 ) wherein each individual point is inserted by longest-edge partition of each one of the elements sharing the associated terminal-edge, as shown in FIG. 13.
  • the control machine of box 1100 interacting with the shared mesh memory of box 1130 performs the steps of (1) Inputting the mesh and the set of terminal-edges to be refined; (2) Initializing each vertex of the mesh as non-occupied and each terminal-edge to be processed as non-processed; (3) For each said terminal-edge, finding the set S of elements sharing said terminal edge, and the set SV of neighbor vertices containing the vertices of the elements of S and the vertices of the elements not included in S and having at least one vertex in common with one element of S; (4) Controlling the assigning of each individual terminal-edge (marked as non-processed) to one individual free processor whenever all the vertices of the set SV associated with said terminal-edge are marked as non-occupied; in such a case marking said assigned terminal-edge as processing and the vertices of set SV as occupied.
  • each individual processor performs the steps of (box 1150 ): (1) Inputting the terminal-edge T-EDGE of vertices V 1 , V 2 , midpoint MPT and associated sets S and SV; (2) Performing the terminal-edge refinement (or equivalently the MPT point insertion) following the substeps of: (a) Dividing each element of set S (elements sharing the terminal-edge) by the plane defined by MPT and vertices opposite to the terminal edge of vertices V 1 , V 2 as shown in FIG. 13; (b) Identifying sets of elements and edges to be eliminated from the data structure and sets of new edges and elements to be added to the mesh data structure; (c) Modifying locally the mesh data structure as stated in FIG. 19; (d) Marking the vertices of SV as non-occupied; (e) Marking said terminal-edge as processed; and (f) Freeing the processor.
  • the data structure modification method (by point insertion) essentially comprises the steps of: (1) Inputting the following items (box 1100 ): the new vertex VN midpoint of the edge of vertices V 1 , V 2 ; the associated IFLAG; the sets S-EL and S-EDG containing respectively the elements and edges to be eliminated from the mesh data structure; the sets SNEW-EL and SNEW-ED, sets of new elements and new edges respectively to be added to the mesh data structure.
  • the mesh data structure modification method comprises the additional steps of: (1) adding the generator edge of vertices V 1 , V 2 to the GENEDGE representation; (2) for vertex VN in the vertex representation setting the associated VE-IND value equal to the successor of the maximum values between the VE-IND values of the vertices V 1 and V 2 , and setting the associated pointer to said generator edge in the GENEDGE representation; and (3) For vertex VN in VERTEX representation, setting pointer to one of the elements sharing VN (box 1080 ).
  • decision box 1040 leads directly to box 1080 where for vertex VN in VERTEX representation, the pointer to one of the elements sharing said vertex is set.
  • the derefinement method of this invention essentially comprises, for each target vertex VX to be derefined or eliminated (box 1200 ) of associated node (VX, NX, GX), where NX is the VE-IND value of VX and GX its generator edge (box 1220 ), finding an associated VERTEX-SET of nodes (VZ, NZ, GZ) corresponding to the set of vertices to be eliminated from mesh (with their associated VE-IND values VZ and generator-edges GZ) as shown in box 1240 .
  • FIG. 22 is a high-level flow diagram describing the incremental VERTEX-SET construction.
  • the node (VZ, NZ, GZ) is eliminated from the processing nodes otherwise; (5) Whenever VP-SET is not empty (box 1540 ), repeating the process again from box 1420 (picking a new node (VY, NY, GY) from VP-SET and so on). The process finishes when VP-SET is empty which produces the complete identification of the VERTEX-SET (set of nodes to be eliminated from mesh as a consequence of the elimination of the target vertex VX).
  • the derefinement (elimination) of vertex G comprises selecting G and its successive neighbors having VE-IND function greater than or equal to the VE-IND function of the preceding vertex (vertices H, J, F and its neighbors); in the case of equal VE-IND function, only selecting the vertex when the length of the generator edge of said vertex is smaller than the length of the generator edge of the preceding vertex (box 1500 ). This discards both vertex E (neighbor vertex of F), and vertex I (neighbor vertex of J), since they have respective generator-edges greater than the generator-edge of its respective preceding vertex.
  • each of said vertices i.e. vertex J of associated generator-edge FB in FIG. 14 producing the mesh of FIG. 15
  • the derefinement of each of said vertices simply comprises replacing the elements having vertex J in common, by greater elements having the generator-edge FB in common, being FB terminal-edge in the refined mesh of FIG. 15 (where FB is the longest edge of the surrounding elements GFB and FIB).
  • the derefinement of the vertices is performed according the following order (box 1260 in FIG.
  • FIG. 23 describes the system architecture of an additional apparatus capable of performing parallel scalable derefinement of the ordered vertices associated with the nodes of VERTEX-SET (box 1280 in FIG. 21).
  • the parallel point derefinement (elimination) requiring no interprocessor communication proceeds as follows: the control machine of box 1600 , interacting with the shared mesh memory of box 1630 , performs the steps of: (1) Inputting the ordered set of vertices to be derefined; (2) Initializing all vertices of mesh as non-occupied and all vertices of the set of vertices to be derefined as non-processing; (3) Controlling the ordered assigning of the individual vertices to an individual free processor as follows: (a) Select the following vertex VA of VE-IND indicator value NA and generator edge of vertices V 1 , V 2 ; (b) Find the set S of neighbor vertices VZ of VA (the edge VA-VZ is an edge of mesh); (c) If the vertices V 1 , V 2 belong to S and all vertices of S are marked as non-occupied then marking them as occupied, marking vertex VA as processing and assigning
  • the corresponding individual processor For each assigned new vertex (box 1650 ), the corresponding individual processor performs the steps of: (1) Inputting the vertex VA, its VE-IND value NA, its generator edge of vertices V 1 , V 2 and associated set of neighbor vertices S; (2) Finding the set of elements to be eliminated from mesh (elements sharing the vertex VA) (3) Finding the set of new elements of mesh (new elements sharing the terminal edge V 1 -V 2 ) and the set of new edges to be added to mesh (new edge V 1 -V 2 ); (4) Modifying locally the longest-edge mesh data structure as stated in FIG. 24; (5) Marking the vertices of S as non-occupied and marking VA as processed; (6) Freeing the processor.
  • FIG. 24 is a high-level flow diagram describing the local modification of the mesh data structure whenever one existing point is derefined from the current mesh (box 1650 in FIG. 23).
  • the data structure modification method (by vertex elimination) performing the steps of: (1) Input of the vertex VA to be derefined, its generator edge V 1 -V 2 and sets S-EL, S-EDG, SNEW-EL, and SNEW-ED, respectively set of elements to be eliminated from mesh, set of edges to be eliminated from mesh, set of new elements to be added to mesh and set of new edges to be added to mesh (box 1700 ); (2) Then proceeding to the local actualization of the mesh data structure as follows: (a) Elimination of the elements of S-EL and the edges of S-EDG from the ELEMENT and EDGE representations respectively; (b) Creation of the edges of SNEW-ED and the elements of SNEW-EL in the EDGE and ELEMENT representations respectively; (c) Actualization of the neighborness and longest
  • this figure describes a preferred embodiment for an automatic mesh generation method which integrates and takes full advantage of the different methods of this invention.
  • the integrated method in particular considers the following issues: (1) Combined use of both the surface improvement method and the volume improvement method of this invention in order to induce the respect of the object boundary and geometric interfaces whenever the input volume mesh has elements intersecting the object boundary and/or some geometric interfaces; (2) Combined use of both the surface improvement method and the volume improvement method of this invention for producing a quality mesh adapted to the geometry; (3) Use of the longest-edge refinement/derefinement method of this invention for producing refined/derefined quality meshes; (4) The use of external mesh modification methods, as in the case of changing object boundaries and/or interfaces, and the corresponding actualization of the mesh data structure.
  • the integrated method then proceeds to use the refinement method of this invention followed by the combined use of the refinement/derefinement method of this invention and optionally using an external mesh modification method, producing an actualized mesh (box 1840 ), and then proceeding to actualize the mesh data structure whenever the object geometry (boundaries and/or interfaces) and/or some vertex coordinates have been changed (box 1840 and FIG. 26), all the changes reducing to vertex changes.
  • FIG. 26 is a high-level flow diagram describing the local actualization of the mesh data structure when some vertex coordinates have been modified (geometry changes and/or vertex changes). In such a case, the relative position of some vertices have changed, modifying some element shapes and the longest-edge relation between these elements.
  • the actualization method essentially comprises the steps of: (1) Input of the set S of changed vertices (whose coordinates have changed) and their corresponding new coordinates (box 1900 ); then according to box 1920 , (2) Finding the set SV of neighbor vertices in mesh, non contained in S, and connected at least with one vertex of S; (3) Adding to the set S the vertices of SV; (4) Finding set S-EDG of the edges of mesh including at least one vertex of S; (5) Finding set S-EL of elements of mesh including at least one vertex of S; Then according to box 1940 (6) Proceeding to construct the (restricted) longest-edge mesh data structure, associated with the submesh (not necessarily connected) defined by the sets S, S-EDG and S-EL by using the procedure of FIG.
  • this disclosure and its associated claims is intended to embrace the management of quasi-Delaunay meshes.
  • This disclosure and its associated claims is intended to embrace the generalization of the method of this invention, mesh data structure, and apparatus therefor for (1) the distributed refinement/derefinement/improvement of the mesh using a distributed longest-edge mesh data structure; (2) for general meshes composed of submeshes which are either Delaunay submeshes and/or longest-edge nested (non-Delaunay) meshes obtained by the longest-edge refinement/derefinement method of this invention.
  • This invention is also intended to embrace the generalization of the point placement method and apparatus therefor to N-dimensions, with N-greater than 3, useful, for example, in the area of “range searching,” an area with extensive practical applications, for example, in data bases. Accordingly, the present invention is intended to embrace all such alternatives, modifications, variances, restrictions and generalizations which fall within the scope of the appended claims.
  • the present invention improves and generalizes the methods described by Rivara ((1984(a), 1984(b), 1986, 1996and 1997), by Rivara et al. (1992) and by Rivara el al. (1997), allowing the management of Delaunay and non-Delaunay meshes ; and improves and generalizes the derefinement method described by Rivara (1989).
  • the improvement of a mesh having bad-shaped elements is simply and naturally performed by selecting points which improve the quality of the local point distribution around the bad-shaped elements, and then inserting those points by using the Delaunay teaching or variations of the Delaunay teaching. To search these points only the distribution of increasing neighbor elements is considered, not the Delaunay property of the mesh. The searching method does not modify the shared mesh data structure.
  • the method of this invention naturally eliminates undesirable slivers without using especial techniques to treat them.
  • the present invention Since the point searching method does not depend on the Delaunay property of the mesh, the present invention performs well over Delaunay and non-Delaunay meshes. Consequently, the method of the present invention optionally considers the pure refinement/derefinement of quality meshes, as needed in adaptive and/or multigrid finite-element analysis applications (a discussion can be found in Rivara (1986)). A simple point insertion method, that only uses longest-edge refinement of sets of elements, all of which have the longest-edge in common (terminal-edge), is used in this case.
  • the critical searching method of the present invention comprises repeatedly traversing successive neighbor elements over the mesh, starting with an active target element, until a set of terminal edges is identified in the mesh, wherein the midpoints of those terminal edges are the prospective points to be inserted in the mesh.
  • the apparatus of the present invention takes advantages of the inherent properties of the searching method by using a simple efficient parallel computer capable of performing the parallel search without modifying the mesh and producing the following results: (1) the increase of the set of neighbor elements over which the parallel search has to be continued and (2) the identification of a set of terminal edges.
  • the method and apparatus of this invention allows the parallel refinement/derefinement of the mesh by locally modifying sets of neighbor elements sharing the common longest-edge, without producing intermediate non-valid meshes, and requiring no interprocessor communication.
  • the method and apparatus of this invention make use of an improved mesh data structure supporting the integrated improvement/refinement/derefinement of the mesh.

Abstract

A method, mesh data structure and apparatus is disclosed for producing an improved/refined (240)/derefined mesh (1300) of finite elements for a three-dimensional object showing boundaries and faces (200). The improvement/refinement method repeatedly searching (240), for consecutive sets of active target elements (210) to be refined or improved, an associated submesh and set of terminal edges (460), the searching process not modifying the mesh data structure; then according to the point insertion method chosen (220), selection of the point or the points to be inserted (240) between the midpoints of the terminal edges (510, 520) modified by some boundary considerations (780); inserting the selected point or points in the initial mesh (560, 570); and then proceeding to the succeeding set of active target elements (270) until an user-defined stopping criterion is achieved. The derefinement method, for each target vertex (1200) finding an associated set of neighbor vertices (1240) to be derefined; then eliminating each said vertex (1280) according an appropriate order (1260) such that the derefinement of said vertex allows to reobtain a previous terminal edge whose bisection produced said vertex. The method, mesh data structure and apparatus of this invention allowing the parallel scalable refinement (1100, 1150)/derefinement (1600, 1650) of the mesh by locally modifying sets of neighbor elements sharing the common longest-edge (1020, 1060, 1750).

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of pending U.S. application Ser. No. 09/529,037, filed Apr. 5, 2000. Said U.S. Ser. No. 09/529,037 is a U.S. national stage application of PCT/EP98/06258, filed Oct. 1, 1998., and is also a continuation of U.S. application Ser. No. 09/162,737 filed Sep. 29, 1998, now U.S. Pat. No. 6,266,062 issued Jul. 24, 2001. Said U.S. Ser. No. 09/162,737 claims benefit of U.S. provisional application No. 60/061,439 filed Oct. 8, 1997, now expired.[0001]
  • BACKGROUND OF INVENTION
  • This invention relates to the computer geometric modeling of a body as needed through the use of finite element analysis. In particular the invention relates to the generation of an improved and/or refined and/or derefined mesh of finite elements using an improved and flexible mesh generation method, an improved mesh data structure, and an apparatus therefor. [0002]
  • Finite element analysis is a powerful computer-aided tool for solving engineering and physical problems governed by partial differential equations. Finite element analysis is used in approximating any continuous physical characteristic of an object or a geometric region, such as temperature, heat, vibration, fluid flow, electric field, pressure, etc. Finite element analysis is specially important when the geometry of the object to be modeled is relatively complex, e.g. includes small details, since the differential equations for such applications become increasingly difficult to approximate accurately. [0003]
  • An initial step of a finite element analysis involves the construction of a mesh of finite elements covering the geometric region whose vertices are in turn points selected on the surface and in the interior of the object. Accurate and modern finite element analysis requires that a flexible mesh improvement/refinement/derefinement method, alternatively described as a point placement/elimination method, be used in order to produce a mesh that satisfies at least five criteria: (1) the overall point or vertex density is able to be specified and modified; (2) the density of vertices should increase and/or decrease in critical regions, (i.e., in those which have small features and concave corners or as needed in some time dependent problems); (3) badly-shaped finite elements should be avoided; (4) a mesh derived from a set of vertices should be able to be refined and/or derefined in certain areas by the user or the finite element analysis solving method; (5) the mesh should respect the object boundaries and interfaces. [0004]
  • It is known that the generation of a 3-D mesh suitable for finite element analysis has been one of the most time consuming steps in using the computer to analyze a complex engineering problem. Most previous work on 3-dimensional mesh improvement/refinement/derefinement and/or point placement/elimination has been heuristic in nature. For accurate analysis many approaches have required significant manual interaction between the user and the mesh generation system. [0005]
  • Several scientific articles considering mesh generation methods for use in finite element analysis have been published. In particular several papers appearing in the International Journal for Numerical Methods in Engineering consider the generation of a mesh by using the Delaunay triangulation. These papers are as follows: Cavendish et al., vol. 21, pp. 329-347, (1985); Frey, vol. 24, pp. 2183-2200, (1987); Schroeder et al., vol. 26, pp. 2503-2115, (1988); Schroeder et al. vol. 29, pp. 35-55, (1990); Golias et al., vol. 37, pp. 793-812, (1994); Field et al. vol. 31, pp. 413-425, (1991); Wheaterill et al., vol. 37, pp. 2005-2039 (1994). [0006]
  • Other papers considering Delaunay triangulation are the following: Baker, Engineering with Computers, vol. 5, pp. 161-175, (1989); Mitchell et al., IEEE Transactions on Magnetics, vol. 28, pp. 1751-1754 (1992); Ruppert, Journal of Algorithms, vol. 18, 548-585 (1995); Rebay, J. Comp. Physics, vol. 106, 125-138 (1993); Joe, Siam J. Sci. Comput. vol. 16, 1292-1307 (1995). [0007]
  • Each of the aforementioned papers employs a teaching of Delaunay to achieve planar triangulation and three-dimensional tetrahedrization. A tetrahedral mesh is defined as a “Delaunay tetrahedrization” if and only if, for each tetrahedron in the mesh, the sphere defined by the four vertices of the tetrahedron, called its circumsphere, contains no mesh vertices in its interior. Vertices on the circumsphere's boundary are permitted. The same property applies to two-dimensional surfaces: a surface triangulation is defined as a Delaunay triangulation if and only if, for each triangle in the mesh, a circle defined by the three vertices contains no other vertices in its interior. [0008]
  • However, it is well known to those skilled in the art that the ability of the 3-dimensional Delaunay technique to produce quality meshes strongly depends on the point placement method. Quality is a very important factor since a bad-quality mesh can result in inaccurate numerical approximation. Consequently bad-shaped tetrahedra are to be avoided, especially undesirable “slivers,” that is tetrahedra formed by 4 almost coplanar vertices and whose longest-edge and smallest-edge are of “comparable size”. Most of the aforementioned papers discuss some point placement strategies and some mesh improvement and/or mesh refinement tools. [0009]
  • Cavendish et al. (1985) implement such a triangulation by rejecting from the set of all possible triangles which might be formed, those with non-empty associated circles. Those triangles not rejected, form the Delaunay triangulation. Schroeder et al. (1988) apply those teachings to three-dimensional surfaces. [0010]
  • Frey (1987) teaches a method for selective refinement of an initial triangulation. Grading of the mesh is controlled by a node spacing function wherein a prospective node is inserted and its spacing from adjacent nodes is evaluated. Each new prospective node is also tested to see if its insertion would lead to a Delaunay triangulation with an acceptable degree of spacing at new node. Shroeder et al. (1990) use an octree method for producing a set of points representing the geometry of the object. [0011]
  • Golias et al. (1994) describe an element-based method to perform automatic mesh refinement producing almost-Delaunay triangulations as follows: the midpoint of the longest edge of each target element is chosen and all the elements having this edge in common are partitioned; the non-Delaunay mesh thus obtained is then subjected to the repeated application of a set of local topological transformations performed over all the elements of the mesh, followed by an overall node relaxation technique, until the equilibrium of the mesh is achieved. [0012]
  • Field et al. (1991) also use local transformations for producing almost-Delaunay meshes satisfying a local max-min solid angle criterion. Weatheril et al. (1994) select the points to be added to the mesh between the centroids of the elements of the mesh by using different point distribution functions interpolated to the interior vertices. Baker (1989) considers the addition of a new vertex near each sliver followed by a retriangulation step. Mitchell et al. (1992) use an element size function throughout the mesh and a local realignment of the nodes for improving the mesh. Joe (1995) also uses local topological transformations for producing improved almost Delaunay meshes. [0013]
  • Ruppert (1995) teaches a point insertion method which guarantees the construction of good-quality 2-D Delaunay triangulations by adding points in the circumcenter of the worst small-angled triangles of the current mesh. Rebay (1993) teaches an alternative point insertion method based on selecting a maximal non-accepted triangle which is also adjacent to an accepted triangle; then selecting a point situated over the segment that joins the circumcenter of the two triangles. [0014]
  • In the scientific literature considerable attention has been also paid to methods that consider the refinement of any general non-Delaunay mesh by performing selective longest-edge bisection of a set of appropriate elements of the mesh. In 2-dimensions, longest-edge bisection is obtained by partitioning the element by the line defined by the midpoint of the longest-edge and the opposite vertex. In 3-dimensions, longest-edge bisection is in turn obtained by partitioning the element by the plane defined by the midpoint of the longest-edge and the two opposite vertices. It has been shown that longest-edge refinement methods improve the point distribution by maintaining some small-angled triangles which depend on the quality of the initial mesh. The following papers consider the application of these ideas and the generation of a mesh therefor. [0015]
  • Rivara, International Journal for Numerical Methods in Engineering, vol. 20, pp. 745-756, (1984a); Rivara, ACM Trans. on Mathematical Software, vol. 10, pp. 242-264 (1984b);Rivara, In Accuracy Estimates and Adaptive Refinements in Finite Element Computations, John Wiley and Sons, Chichester, pp. 359-370 (1986); Rivara, International Journal for Numerical Methods in Engineering, vol. 24, pp. 1343-1354 (1987); Rivara, International Journal for Numerical Methods in Engineering, Vol. 28, pp. 2889-2906 (1989); Rivara et al, Communications on Applied Numerical Methods, vol. 8, pp. 281-290 (1992); Liu et al., SIAM J. Sci. Computing, vol. 16, pp. 1269-1291 (1995); Liu et al., Mathematics of Computation, vol. 65, pp. 1183-1200 (1996); Muthukrishnan, et al. AIAA Journal, vol. 33, pp. 928-932, (1995); Jones et al., Computing Systems in Engineering, vol. 5, pp. 297-309, 1994. [0016]
  • Rivara (1984a) teaches two kinds of longest-edge bisection refinement methods in 2-dimensions, which produce some neighbor's refinement and some intermediate non-valid meshes, and demonstrates their mathematical properties; Rivara (1984b and 1986) discusses the application of those teachings in adaptive multigrid finite element analysis; Rivara (1987) teaches the implementation of a 4-triangles method also based on the properties of longest-edge bisections which also produces some intermediate non-valid meshes; Rivara (1989) generalizes those teachings to the derefinement of nested triangulations based on assigning to each new vertex its level of creation and using this “label” recursively to identify a set of vertices, edges and triangles to be eliminated. The derefinement method produces some intermediate non-valid meshes. [0017]
  • Rivara et al. (1992) teach and discuss a three-dimensional longest-edge refinement method based on performing recursive bisection of the target elements and some of their largest neighbors. Liu et al. (1995 and 1996) consider two kinds of 3-dimensional methods based on bisection. [0018]
  • Rivara (1984b) and Rivara et al. (1992) teach mesh data structures based on associating to each vertex, respectively, the set of ordered neighbor vertices, and the set of the triangular neighbor faces. [0019]
  • Muthukrishnan et al. (1995) teach a variation of the longest-edge method of Rivara et al. (1992) based on performing a sort of the list of elements to be refined in ascending order of their longest-edges; associating a refinement ratio to these elements and distributing it to their descendants; inserting the adjacent elements of each selected element into the list at a position based on its longest edge; and using the order to perform the element division process. [0020]
  • Jones et al. (1994) teach a parallel scalable bisection method for the refinement of 2-dimensional triangulations based on the 4-triangles method of Rivara (1984a) under the assumption that the processors communicate through a common shared memory. Each target triangle to be refined is assigned to a processor, which keeps track of the neighbor's refinement in the mesh producing intermediate non-valid meshes. In order to avoid synchronization problems (since two different processors could create vertices at the same location when bisecting a triangle), the parallel method determines sequences of independent sets of triangles and refines the triangles in these sets in parallel. [0021]
  • The following recent papers consider the combination of longest-edge point insertion techniques and Delaunay triangulations: Rivara et al., International Journal for Numerical Methods in Engineering, vol. 40, 581-597 (1997a); Rivara, Proceedings 5[0022] th International Meshing Roundtable, Pittsburgh, Oct. 10-11, 1996, pp. 77-86 (1996); Rivara, International Journal for Numerical Methods in Engineering, vol. 40, 3313-3324 (1997); Rivara et al., AMD-vol. 220, The American Society of Mechanical Engineers, pp. 1-8 (1997b).
  • Rivara et al. (1997a) consider a Delaunay triangulation in 2-dimensions and teach a method that for each target element perform the Delaunay insertion of a cluster of points defined by the longest-edge bisection method taught by Rivara (1984a). This method improves the point distribution and maintains some small-angled triangles which depend on the initial triangulation. [0023]
  • Rivara (1996and 1997) teaches a new longest-edge point insertion method for 2-dimensional Delaunay meshes which always improves the triangulation. For each target triangle, the point to be inserted is found by following the sequence of neighbor increasing triangles until the last two greatest triangles in the sequence share a common longest-edge called a terminal-edge. Then the midpoint of this longest-edge is Delaunay inserted in the mesh. Rivara (1997) proves that the systematic use of this method over the small-angled triangles of the mesh, produces good-quality triangulations with smallest angles greater than or equal to 30°. Rivara (1996 and 1997) also outlines a generalization of this method to 3-dimensions giving a rough 3-dimensional recursive method that, for each target element, follows a 3-dimensional propagation path associated with the longest-edge bisection method and performs the Delaunay insertion of a cluster of points over terminal-edges associated with the 3-dimensional propagation path. Rivara et al. (1997b) report numerical experimentation with both the 2-D and 3-D methods. [0024]
  • Rivara (1996 and 1997) also teaches recursive 2-dimensional and 3-dimensional longest-edge refinement methods for non-Delaunay quality meshes that produce the same meshes as the methods of Rivara (1984a) and Rivara et al. (1992) only partitioning sets of elements that share terminal edges of the mesh (all the elements of each set sharing the common terminal edge). [0025]
  • In U.S. Pat. No. 4,912,664 to Weiss et al., a 2-D approach to generating a mesh using Delaunay triangulation is described. Weiss et al. employ an expert-system based point placement method and an element quality criterion for point selection. In U.S. Pat. No. 4,933,889 to Meshkat et al., a further 2-D approach for generating a mesh using symmetric axis decomposition is disclosed. The method taught therein is not point based, but does employ the symmetric axis of a body to enable finite elements to be calculated. [0026]
  • In U.S. Pat. No. 5,214,752 to Meshkat et al., a 3-D automatic point placement method for generating a mesh using Delaunay triangulation is described. The method considers a subset of the vertices, and for each vertex selects the point to be inserted between points of intersection between a sphere of radius R centered at the vertex being considered, and the boundaries and edges. In addition, for eliminating sliver elements from the mesh, the center of the circumsphere corresponding to such element is inserted in the mesh. [0027]
  • In U.S. Pat. No. 5,315,537 to Blacker, an automatic quadrilateral surface discretization method and apparatus that produces mesh of all quadrilateral elements is disclosed. In U.S. Pat. No. 5,440,674 to Park, a 2-dimensional method for producing uniform and graded triangulations using 4 local operators is disclosed. [0028]
  • Further patents that disclose methods related with mesh generation are the following: Nackman, U.S. Pat. No. 4,797,842; Finnigan et. al., U.S. Pat. No. 5,345,490; Meshkat et al., U.S. Pat. No. 4,933,889; Shigyo et al., U.S. Pat. No. 4,941,114; Arakawa, U.S. Pat. No. 5,010,501; Arakawa, U.S. Pat. No. 5,398,307; Glassner, U.S. Pat. No. 5,428,717; Holmes, U.S. Pat. No. 5,497,451; Meshkat, U.S. Pat. No. 5,553,206; Akiyama, U.S. Pat. No. 5,774,696; Yamashita el al., U.S. Pat. No. 5,760,779; Yamamoto el al., U.S. Pat. No. 5,748,865; Strumulo el al., U.S. Pat. No. 5,729,670; Kumashiro, U.S. Pat. No. 5,677,846; Yokota, U.S. Pat. No. 5,617,332. Mesh generation can also be employed to enable the rendering of three-dimensional displays of various bodies, as described for example in: Falk, U.S. Pat. No. 4,888,713. [0029]
  • Despite the above, there is still much room for improvement to: improve mesh quality, refine/derefine a quality mesh, automatically control mesh grading and refinement/derefinement, automatically control point density by point insertion/elimination, eliminate undesirable slivers without using special techniques, and prevent badly-shaped mesh elements from appearing in the resulting mesh. It would be desirable to allow searching selected points to be inserted and/or eliminated considering only the distribution of increasing neighbor elements, not the Delaunay property of the mesh. It would desirable to allow the refinement/derefinement of the mesh avoiding the use of intermediate non-valid meshes. It would be desirable to allow the refinement/derefinement/improvement of the mesh by using non-recursive methods. It would be desirable to readily allow integrated improvement/refinement/derefinement of the mesh by taking full advantage of the properties of the geometric terminal-edge abstraction. It would be desirable to readily allow the parallel scalable refinement/derefinement of the mesh by locally modifying only sets of neighbor elements sharing a common edge (longest-edge) and requiring no interprocessor communication. It would be desirable to readily allow the management of Delaunay and non-Delaunay meshes. And it would be desirable to allow improved mesh data structures to implement integrated mesh improvement/refinement/derefinement techniques. [0030]
  • It is therefor desirable to provide an improved point placement/elimination method and apparatus therefor, for use in a three-dimensional, automatic mesh generation system. [0031]
  • It is further desirable to provide an automated mesh improvement method, alternatively described as an improved point placement method, and apparatus therefor, wherein quality mesh improvement is automatically controlled. [0032]
  • It is further desirable to provide an automated mesh refinement/derefinement method, alternatively described also as an automated point placement/elimination method, and apparatus therefor, wherein mesh grading and mesh refinement/derefinement are automatically controlled. [0033]
  • It is further desirable to provide a point placement/elimination method and apparatus therefor, wherein point density is controlled automatically. [0034]
  • It is further desirable to provide an improved point placement/elimination method and apparatus therefor, which prevents badly shaped mesh elements from appearing in the resulting mesh. [0035]
  • It is further desirable to provide an improved non-recursive mesh refinement/derefinement method not requiring the use of intermediate non-valid meshes. [0036]
  • It is further desirable to provide an improved scalable method and apparatus therefor, for the parallel refinement/derefinement of the mesh by performing local work centered on modifying sets of neighbors elements sharing a common longest edge and requiring no interprocessor communication. [0037]
  • It is further desirable to provide an improved mesh data structure for the integrated implementation of the improvement/refinement/derefinement method of this invention and apparatus therefor. [0038]
  • It is further desirable to provide a method and apparatus which achieves faster processing time for the integrated refinement and/or derefinement and/or improvement of geometrical meshes. [0039]
  • SUMMARY OF INVENTION
  • A method, mesh data structure and apparatus is disclosed for producing an improved/refined/derefined mesh of finite elements for a three-dimensional object showing boundaries and faces. The improvement/refinement method repeatedly searching, for consecutive sets of active target elements to be refined or improved, an associated submesh and set of terminal edges, the searching process not modifying the mesh data structure; then according to the point insertion method chosen, selection of the point or the points to be inserted between the midpoints of the terminal edges modified by some boundary considerations; inserting the selected point or points in the initial mesh; and then proceeding to the succeeding set of active target elements until an user-defined stopping criterion is achieved. [0040]
  • The derefinement method, for each target vertex finding an associated set of neighbor vertices to be derefined; then eliminating each said vertex according an appropriate order such that the derefinement of said vertex allows to re-obtain a previous terminal edge whose bisection produced said vertex. The method, mesh data structure and apparatus of this invention allowing the parallel scalable refinement/derefinement of the mesh by locally modifying sets of neighbor elements sharing the common longest-edge.[0041]
  • BRIEF DESCRIPTION OF DRAWINGS
  • The features of the invention believed to be novel are set forth in the appended claims. The invention, however, together with further objects and advantages thereof, may best be understood by reference to the following description taken in conjunction with the accompanying drawing(s) in which: [0042]
  • FIG. 1 is a perspective view of a three-dimensional object after it has been subjected to a tetrahedrization. [0043]
  • FIG. 2 is a perspective view of a tetrahedron found in FIG. 1 and exhibiting the longest-edge AB. [0044]
  • FIG. 3 is a perspective view of two neighbor tetrahedron sharing the common edge AB ([0045] case 1 of 2).
  • FIG. 4 is a perspective view of two neighbor tetrahedron sharing the common edge AB ([0046] case 2 of 2).
  • FIG. 5 is a perspective view of the longest-edge submesh associated with tetrahedron ABCD and exhibiting the terminal-edges EB and BF. [0047]
  • FIG. 6 illustrates the system architecture of the apparatus of this invention. [0048]
  • FIG. 7 is a high-level flow diagram describing the improvement/refinement method of this invention as carried forth by a main processing unit of the apparatus illustrated in FIG. 6. [0049]
  • FIG. 8 is a high-level flow diagram describing the improvement/refinement method of this invention as carried forth by mesh-memory and longest-edge parallel computer units of the apparatus illustrated in FIG. 6. [0050]
  • FIG. 9 is a flow diagram further illustrating an operation from FIG. 7, namely the selection of points according to chosen point insertion criteria. [0051]
  • FIG. 10 is a flow diagram further illustrating an operation from FIG. 7, namely the mesh recalculation. [0052]
  • FIG. 11 is a flow diagram further illustrating an operation from FIG. 7, namely the preprocessing of boundary active elements. [0053]
  • FIG. 12 is a flow diagram further illustrating an operation from FIG. 9, namely the selection of a point for Delaunay insertion. [0054]
  • FIG. 13 is a perspective view of the longest-edge bisection of a tetrahedron of vertices A, B, C, D and longest-edge AB, where M is midpoint of AB. [0055]
  • FIG. 14 illustrates a longest-edge refined two-dimensional (non-Delaunay) mesh, its vertices, and between parenthesis its associated VE-IND indicator values. [0056]
  • FIG. 15 illustrates the resulting mesh (after the derefinement of the vertex J of the mesh of FIG. 13 is performed), its vertices, and between parenthesis its associated VE-IND indicator values. [0057]
  • FIG. 16 is a table showing the corresponding associated VE-IND values and generator edges for each one of the vertices of the refined mesh of FIG. 14. [0058]
  • FIG. 17 illustrate the longest-edge mesh data structure schematically describing the EDGE, ELEMENT, VERTEX and GEN-EDGE representations. [0059]
  • FIG. 18 is a high-level flow diagram describing the initialization of the longest-edge mesh data structure after the input of the initial mesh. [0060]
  • FIG. 19 is a flow diagram further illustrating an operation from FIG. 20, namely the modification of the longest-edge mesh data structure after refinement of a terminal-edge. [0061]
  • FIG. 20 illustrates the system architecture of an additional apparatus capable of performing the parallel refinement of the set of terminal-edges as an alternative to the [0062] box 570 in FIG. 10.
  • FIG. 21 is a high-level flow diagram describing the derefinement method of this invention. [0063]
  • FIG. 22 is a flow diagram further illustrating an operation from FIG. 21, namely the construction of the vertex-set containing the vertices to be derefined from mesh. [0064]
  • FIG. 23 illustrates the system architecture of an additional apparatus capable of performing the parallel derefinement of a set of selected vertices. [0065]
  • FIG. 24 is a flow diagram further illustrating an operation from FIG. 23, namely the local modification of the mesh data structure after the derefinement of an individual vertex. [0066]
  • FIG. 25 is a high-level flow diagram illustrating a preferred embodiment for an integrated mesh generation method. [0067]
  • FIG. 26 is a flow diagram further illustrating an operation from FIG. 25, namely the local actualization of the mesh data structure due to the modification of the vertex coordinates.[0068]
  • DETAILED DESCRIPTION
  • This invention comprises an improvement/refinement method, a derefinement method, a mesh data structure, an integrated automated mesh generation method, and apparatus therefor. [0069]
  • Even when every component of this invention takes full advantage of the terminal-edge abstraction of a mesh of elements and its geometrical properties, and all these components can be adequately integrated to produce a flexible and automatic mesh generation system, the improvement component, the refinement component and the refinement/derefinement component can stand alone independent of each other in the sense that these components can be used separately in different applications. The derefinement method however only can be used to derefine meshes produced throughout the previous use of the longest-edge refinement method, and in this sense includes and generalizes the refinement method. [0070]
  • FIG. 1 to FIG. 5 refer to some geometrical issues of the method and apparatus of the present invention. [0071]
  • Referring to FIG. 1, a simple 3-dimensional object having vertices A, B, C, D, E, F and G has been subjected to a tetrahedrization. FIG. 2 shows one of the tetrahedra contained within FIG. 1 comprising vertices A, B, C, D; edges AB, AC, AD, BD, BC and DC, and triangular faces ACB, ADC, ADB and DCB. The “longest-edge” of tetrahedra ABCD is edge AB; that is, the edge whose length is greater than the length of each one of the remaining five edges AC, AD, BD, BC and DC. The method of the present invention considers either Delaunay or non-Delaunay tetrahedrizations. [0072]
  • FIG. 3 and FIG. 4 illustrate examples of the only two unique possible cases of valid neighbor tetrahedra having longest-edge AB in common. In FIG. 3, two tetrahedra of vertices A, B, C, D and vertices B, C, A, E share the common triangular face ABC, and in particular the edge AB. In FIG. 4, the neighbor tetrahedra of respective vertices A, B, C, D and vertices A, B, E, F share only the common edge AB. In the more general case where the edge AB is an interior edge, there always exists a set of contiguous neighbor elements that fill the space around the edge AB. [0073]
  • The derivation of an initial tetrahedrization requires that coordinate values for each of the vertices of the body and its boundaries be input by the user. As can be seen from FIG. 7, (box [0074] 200), those values are also employed by this invention. Thus, the inputs for this invention comprise: the vertices of a model of the body being analyzed, the boundaries of the model and an initial tetrahedrization (mesh) of the object model.
  • The refinement/improvement method of this invention is based on repeatedly finding between the tetrahedra of the mesh, the set of neighbor tetrahedra having a selected edge in common, wherein this selected edge is the longest edge among the 6 edges of individual tetrahedra, as previously considered in connection with the example of FIG. 1. Starting with an active target element, and its corresponding longest edge, the repetitive use of this approach allows the identification of a “longest-edge” submesh which in a certain sense measures the local point distribution associated with this target element. Between the midpoints of a set of “terminal edges” situated on the “surface” of such submesh the point or points to be inserted in the mesh are selected. [0075]
  • The terminal-edges of a mesh, each of said terminal-edges corresponding to the common longest-edge of all the elements sharing said terminal-edge, are key components of the improved method and apparatus of the present invention, which take advantage of the following properties: (1) Terminal-edges of Delaunay meshes identify the best places (edges) such that the insertion of the midpoint of each of said terminal-edges improves the point distribution and the quality of neighbor elements; (2) The improved method and apparatus of the present invention make repetitive use of the identification of sets of terminal-edges of the mesh, this work being performed without modifying the mesh; (3) The improved (longest-edge) refinement/derefinement method of the present invention, at the end reduces to the local refinement and/or derefinement of individual terminal-edges of the mesh, said local work only involving the set of elements sharing each said terminal-edge; (4) The preceding two properties are used by the improved (scalable) method of this invention and apparatus therefor both for efficiently performing parallel search of the set of terminal-edges involved, and for the parallel local refinement and/or derefinement of terminal-edges requiring no interprocessor communication; (5) Properties (2) and (3) are used to design an efficient (shared) mesh data structure which is locally actualized whenever parallel refinement/derefinement of the mesh is performed. [0076]
  • The improvement/refinement method of this invention uses two alternative point insertion criteria according to a user-defined parameter: (1) Delaunay point insertion or (2) terminal-edges refinement. The Delaunay criterion is best suited for improving a mesh having bad-shaped elements. The terminal-edges refinement criterion is best suited for refining a mesh of quality elements as needed in adaptive and/or multigrid finite-element analysis applications (for a discussion see Rivara (1986)). [0077]
  • When the Delaunay criterion is chosen for point insertion (via [0078] decision box 500, FIG. 9), and whenever some “interior” conditions are satisfied (see FIG. 12, boxes 730, 750), the midpoint of the largest terminal-edge is selected as a point to be inserted in the mesh (box 240 in FIG. 7 leading to box 510 in FIG. 9, and then to box 770 in FIG. 12). When terminal-edges refinement is chosen (again via the decision box 500 in FIG. 9), the midpoints of those terminal-edges are selected to be inserted in the mesh (box 520 in FIG. 9).
  • FIG. 5 illustrates a simple mesh where a tetrahedron of vertices A, B, C, D and longest edge AB, has 2 neighbor tetrahedra of respective vertices A, D, B, F and A, B, C, E which share the common edge AB. These tetrahedra have respective longest edges BF and EB with the length of BF being greater than length of EB. The three tetrahedra define the longest-edge submesh associated with the tetrahedron ABCD having terminal-edges BF and EB. Because edge BF is the largest terminal-edge, the prospective point for Delaunay insertion is the midpoint of BF, marked MPT. When terminal-edges refinement is chosen, the midpoints of both edges BF and EB are selected to be inserted in the mesh. [0079]
  • Initially a set of target elements is identified in the mesh ([0080] box 210 in FIG. 7). Adequate assignment and management of the set of target elements makes possible either adaptive mesh refinement, or automatic mesh improvement. For example, if a quality mesh is run through an adaptive finite element analysis, and fails to converge in some elements, the improvement/refinement method can be re-run automatically, with the set of target elements equal to those elements and the point insertion criterion chosen as terminal-edge refinement in box 220. When a mesh with some bad-shaped elements is considered in exchange, the improvement/refinement method can be re-run automatically, with the set of target elements equal to those elements and the point insertion criterion chosen in box 220 as Delaunay insertion. The criteria chosen in box 220, which sets an insertion IFLAG, then governs the outcome of decision box 230.
  • More generally, referring to FIGS. [0081] 6-12, the improvement/refinement method of the present invention is directed to a method and an apparatus for automatically generating an improved refined mesh of finite elements for an object to be analyzed, the object showing boundaries and faces. A longest-edge point placement method for automatically generating the improved refined mesh of the object is used.
  • Referring to FIG. 6, a preferred embodiment for the improvement/refinement method of the present invention is shown, which includes the following means: (1) an input/[0082] output unit 20 for input of the geometrical data and output of the mesh; (2) a display unit 30 for visualizing the mesh and the point placement process; (3) a main processing unit (device) 40 for controlling the overall mesh improvement/refinement/derefinement process; (4) a mesh memory device 10 for storing the geometrical input data, the mesh data structure and auxiliary means for performing the mesh improvement/refinement/derefinement process; and (5) a parallel processing device 50 composed of N processors both for the parallel searching of sets of terminal-edges, and for the parallel refinement/derefinement of sets of elements related with selected terminal-edges.
  • The input/[0083] output unit 20 may be a conventional CAD/CAM input/output unit for entering the geometric data of the object into the mesh memory 10 and output of the mesh. An external Delaunay program, which for illustration, not limitation, is herein considered as being part of the input/output (CAD/CAM) device 20 and its associated programming, is also required.
  • FIG. 7 is a high-level flow diagram describing the method of this invention as carried forth by the [0084] main processing unit 40, as follows: After input of the geometry data and the initial mesh (box 200), a set of target element is identified in the mesh (box 210). From among those target elements, a subset of one or more active target elements is selected and a point insertion criterion—Delaunay or terminal-edges refinement—is chosen (boxes 220, 230). Then, referring to box 240, by using the parallel computer 50 of FIG. 6 (said parallel computer 50 is detailed in FIG. 8), the set of active elements is processed; each said active target element producing a set of terminal-edges (box 460 in FIG. 8). Then, by using this set of terminal edges, the selected point or points are found (FIG. 9), which are in turn inserted in the (recalculated) mesh according to the chosen point insertion criterion (FIG. 10, box 550). In particular, referring to FIG. 10, for Delaunay insertion, the Delaunay method is employed (box 560), while for non-Delaunay insertion, terminal edge refinement is performed on each terminal edge (box 570). Finally the process is repeated for actualized sets of active elements and actualized sets of target elements until an user-defined stopping criterion is achieved (boxes 270, 280).
  • When Delaunay point insertion is selected, a boundary preprocess ([0085] box 235 in FIG. 7), described in detail in FIG. 11, is used before initiating the process of box 240. Referring to FIG. 11, this works as follows: after the longest edge LE of each element T in the subset of target elements is found, and the midpoint MPT of each such LE is found (box 600), interior elements and elements having longest-edge over the boundary are not preprocessed (boxes 610, leading to box 660). Alternatively (via box 610), for each boundary processing element T having interior longest-edge LE, the distances DB and DI are respectively computed as the maximum length of the boundary edges of T, and the minimum length of the interior edges of T (box 620). If DB>ALFA1*D1, where the parameter ALFA1 is a non-zero factor, (box 630), an auxiliary boundary point AUX equal to the midpoint of the largest boundary edge is found (box 640); and a boundary point improving the boundary point distribution around AUX is then selected and inserted in the mesh, proceeding also to erase T from the subset of active target elements (box 650). Such selected boundary point can be found, for example, by applying the method of this invention to a restricted 3-dimensional surface triangulation.
  • FIG. 8 is a high-level flow diagram describing the method of this invention as carried forth by the mesh-memory ([0086] 10) and longest-edge parallel computer (50) units of the apparatus illustrated in FIG. 6. In FIG. 8, for each processing element, the parallel processing begins with an empty processed submesh (box 240). Then each individual processor performs the following tasks as outlined in boxes 410 to 470: an individual processing element T of longest-edge LE is assigned to the processor, and the element T is marked as processed by adding T to submesh (box 410). For this processing element, two set of neighbor elements are identified: the set of active elements comprising the elements not present in submesh having LE as an edge, and whose respective longest-edge is greater than LE (box 420); and the set of non-active elements comprising the elements not present in submesh, having LE as an edge and whose respective longest-edge is less than or equal to LE (box 430). Then, at decision box 440, if the set of active elements is non-empty, each active element is added to the set of processing elements in the mesh memory 10 (box 450) for being later processed; otherwise there are not active elements associated with the element TE, and the edge LE is added to the set of terminal-edges in the mesh memory 10 (box 460). Finally (each element in the set of non-active elements is marked as processed in the mesh, and) the set of processing elements is actualized by deleting (erasing) those elements already present in submesh (box 470).
  • Turning to FIG. 12, this Figure describes the point selection method when Delaunay point insertion has been chosen ([0087] boxes 500 and 510 in FIG. 9). The method proceeds as follows: once the set of terminal-edges has been found, G-EDGE, the greatest of those terminal edges in then found whose midpoint MPT is selected as a prospective point to be inserted in the mesh (box 700). If G-EDGE is an interior edge having interior vertices, the point MPT is selected to be inserted in the mesh (box 770). Otherwise, a boundary treatment is used, which comprising either: (1) selecting an auxiliary boundary point equal to MPT if MPT is a boundary point (boxes 730 and 740); or (2) selecting an auxiliary boundary point equal to the projection of MPT over the boundary if MPT is near to the boundary (boxes 750 and 760). Once the auxiliary boundary point is found, a boundary point situated in the neighborhood of such auxiliary boundary point and improving the boundary point distribution, is selected (box 780). Such boundary point can be found, for example, by applying the method of this invention to a restricted 3-dimensional surface triangulation. In any other case the point MPT, which is far from the boundary (box 770) is selected.
  • Referring again to [0088] boxes 210 and 220 of FIG. 7, when Delaunay point insertion is selected, the preferred embodiment for this invention considers the identification of sets of target elements and subsets of target elements as follows. For each element of the mesh, a geometry quality measure is computed. Whenever this element is a tetrahedron, this measure can be defined as the ratio between the volume of such element and the volume of the rectangular box of edge equal to the length of the longest-edge of this element; this ratio is multiplied by a normalizing constant in order to associate measure equal to 1 to the equilateral tetrahedron. The set of target elements is found by identifying as target elements, each element having its corresponding element quality measure by below a threshold. Optionally, the set of target elements is increased by adding sets of elements produced according some of the following criteria: elements having finite-element error indicator below a threshold value; elements whose longest-edge is below a value determined according a user-defined size function and/or other user-defined criteria. The subset of active target elements can be found, in exchange, by selecting from among the set of target elements, all those elements having their corresponding quality measure below a threshold value computed as a fraction of the average value of the element quality measure for the set of target elements. In addition, when the average value is above a parameter value, the global set of active elements is found by considering all the elements of the set of target elements.
  • FIGS. [0089] 13 to 16 refer to the geometric relation between the refinement and derefinement methods according to the invention.
  • Turning to the refinement method of the invention (IFLAG=TERMINAL—EDGES—REFINEMENT in [0090] box 220 FIG. 7), said method is based on the longest-edge bisection of individual tetrahedra, as illustrated in FIG. 13 for the tetrahedron of vertices A, B, C, D and longest-edge AB, where M is the midpoint of edge AB. More specifically, the longest-edge bisection is repeatedly used to partition sets of elements, all the elements of each of said sets sharing a common (longest) terminal edge.
  • The longest-edge derefinement method of this invention can be described (in terms of the terminal-edge abstraction) as follows: for each target element to be derefined (or equivalently for each vertex VX to be eliminated), repeatedly find an associated set of element-sets, each element of each said element-set sharing a vertex VA and either edges VA-V[0091] 1 or VA-V2 such that, the vertex VA was obtained as the midpoint of a previous terminal-edge of vertices V1, V2 in a previous mesh by longest-edge partition of each element sharing said terminal-edge in said previous mesh. Then, eliminate each said vertex VA in an appropriate order such that the elimination of vertex VA locally reduces to the elimination of elements sharing said vertex and to the creation of a set of new elements sharing said associated terminal-edge (box 1650 in FIG. 23). This local work is assigned to an individual processor of the parallel computer of FIG. 23.
  • For each target vertex VX to be eliminated (derefined), the preferred embodiment for the derefinement method of this invention finds the set of neighbor vertices to be eliminated (VERTEX-SET of [0092] box 1240 in FIG. 21) by taking advantage of the following additional (nestedness) properties of the longest-edge refinement method: (1) each new point is found as midpoint of the longest-edge of a previous element; (2) the shape and relative size of neighbor elements determine the order of precedence in the point generation process;(3) each new element remains completely contained in one or more predecessor elements and most of the new edges are indeed parts of previously existing edges.
  • The preferred embodiment of the derefinement method of this invention uses an integer-valued indicator function VE-IND (associated with the relation of precedence in the generation process between each vertex and its neighbors), such that, for each vertex VE, either (1) VE-IND is equal to zero whether VE is a vertex of the initial or improved mesh (not obtained by using the longest-edge refinement method of this invention), initialized in [0093] box 910 of FIG. 18, or VE-IND is equal to the successor of the maximum value between the values of the VE-IND function for the vertices V1 and V2 (box 1060 in FIG. 19), where vertex VE is the midpoint of the “generator edge” V1-V2, the generator edge being a previously existing terminal-edge whose bisection produced the vertex VE.
  • Referring to FIGS. [0094] 14-16, FIG. 14 illustrates a 2-dimensional refined mesh, its vertices and, between parenthesis, its associated VE-IND indicator values; FIG. 16 shows a table containing, for each vertex VE, its corresponding VE-IND value and its associated generator edge GENEDGE (G-EDGE). The vertices whose VE-IND value is equal to 0 (and whose generator edge is equal to NULL) correspond to the initial mesh and cannot be derefined throughout the process.
  • FIGS. [0095] 17 to 19, FIG. 24 and FIG. 26 refer to the (shared) mesh data structure for the preferred embodiment of the invention (related with box 10 in FIG. 8) designed to take advantage of the geometrical properties of the method and apparatus of the present invention, allowing: (1) The efficient implementation of the improvement/refinement/derefinement method of this invention and apparatus therefor; (2) The efficient implementation of the parallel finding of adequate sets of terminal-edges (FIG. 8) for selecting the point or points to be inserted in the mesh (improvement/refinement of the mesh); (3) The parallel scalable refinement of terminal-edges requiring no interprocessor communication as described in FIG. 20 (an improved alternative to box 570 in FIG. 10); and (4) The efficient parallel scalable derefinement of the mesh requiring no interprocessor communication as shown in box 1280 in FIG. 21 and in FIG. 23.
  • Referring to FIG. 17, the longest-edge mesh data structure of this invention corresponds to a mesh representation that takes advantage of (1) The inherent neighbor longest-edge relation existing between the elements of the mesh, valid for Delaunay and non-Delaunay meshes; and (2) the nestedness property of longest-edge refined meshes (for a discussion of this property see e.g. Rivara (1989)) adequately represented by both the VE-IND indicator function (which takes care of the relation of precedence between the vertices of the nested elements), and the GENEDGE representation which stores the generator edge of each vertex (the previous edge whose bisection produced said vertex) being each said vertex added to the mesh by longest-edge bisection of a set of neighbor elements sharing this common longest-edge. A preferred embodiment for the shared mesh data structure of this invention considers the following longest-edge representation (associated with the mesh and its construction): EDGE, ELEMENT, VERTEX and GEN-EDGE. [0096]
  • Each particular EDGE ([0097] box 800 in FIG. 17) is represented by means of: (1) two pointers to the two vertices (in the VERTEX representation) that define said EDGE; (2) The length of said EDGE; (3) A set S1 of pointers to the elements of the ELEMENT representation, such that said elements have longest-edge equal to said EDGE; (4) A set S2 of pointers to the elements (in the ELEMENT representation) such that said elements have said EDGE as an edge and whose longest-edge is greater than said EDGE (S2 is empty for terminal-edges of the mesh).
  • Each particular ELEMENT ([0098] box 820 in FIG. 17) is represented by means of: (1) Four pointers to the four vertices (in the VERTEX representation); Four pointers to the four neighbor elements (in the ELEMENT representation) having a common face with said element; (3) A pointer to an edge (in the EDGE representation) being said edge, the longest-edge of said ELEMENT.
  • Each particular VERTEX ([0099] box 840 in FIG. 17) is represented by means of (1) The spatial coordinates of said VERTEX; (2) A vertex-indicator value VE-IND, said value being equal to 0 if VERTEX belongs to the initial mesh (VERTEX has not been obtained by refining any preceding edge), or equal to the successor of the maximum VE-IND values of the preceding vertices V1, V2 where said VERTEX was obtained as midpoint of the preceding edge of vertices V1, V2, otherwise; (3) A pointer to the generator edge of said VERTEX (in the GEN-EDGE representation), said generator edge being a preceding edge not existing in the current mesh whose bisection produced said VERTEX; (4) A pointer to one of the elements (in the ELEMENT representation) having said VERTEX as a vertex.
  • Each particular GEN-EDGE ([0100] box 860 in FIG. 17) is represented by means of: (1) Two pointers to the two vertices (in the VERTEX representation) that define said GEN-EDGE as an edge (GEN-EDGE not existing as an edge in the current mesh); (2) The length of said GEN-EDGE.
  • FIG. 18 is a high-level flow diagram describing the initialization of the longest-edge mesh data structure, having the steps of: (1) After the input of the initial mesh (box [0101] 900), initializing the VERTEX, EDGE and ELEMENT representations as follows (box 910): For each vertex in mesh, creating vertex in VERTEX representation and setting VE-IND=0 and PGENEDGE=NULL; For each edge in mesh, creating edge in the EDGE representation, setting LENGTH of edge, and empty sets S1 and S2; For each element in mesh creating element in ELEMENT representation and setting pointers to its 4 vertices and its four face-neighbor elements. (2) For each vertex in VERTEX representation setting pointer to one of the elements that share vertex (box 940). (3) Then (box 920), for each element T in ELEMENT representation proceeding as follows: (a) finding the longest-edge LE-EDGE of T and setting PLEDGE (pointer to LE-EDGE in EDGE representation); and (b) For LE-EDGE in EDGE representation, putting T in set S1, and putting in set S2 all neighbor elements sharing LE-EDGE and having longest-edge greater than LE-EDGE.
  • The actualization of the longest-edge mesh data structure, either by point insertion (refinement) or by point elimination (derefinement) is locally performed by the parallel computers of FIG. 20 and FIG. 23 respectively which in turn modify the shared mesh data structure according the diagrams of FIGS. 19 and 24, respectively. [0102]
  • Turning to FIG. 20, this is a high-level flow diagram describing the system architecture of an additional apparatus capable of performing parallel scalable terminal-edge refinement (replacing and improving the work described by [0103] box 570 in FIG. 10), whenever the point insertion criterion equal to TERMINAL-EDGE-REFINEMENT has been selected (box 220 in FIG. 7). In this case a set of points is selected for point insertion (midpoints of the terminal-edges found in box 520) wherein each individual point is inserted by longest-edge partition of each one of the elements sharing the associated terminal-edge, as shown in FIG. 13. Being this an essentially local work, the parallel point insertion, requiring no interprocessor communication, proceeding as follows: The control machine of box 1100 interacting with the shared mesh memory of box 1130 performs the steps of (1) Inputting the mesh and the set of terminal-edges to be refined; (2) Initializing each vertex of the mesh as non-occupied and each terminal-edge to be processed as non-processed; (3) For each said terminal-edge, finding the set S of elements sharing said terminal edge, and the set SV of neighbor vertices containing the vertices of the elements of S and the vertices of the elements not included in S and having at least one vertex in common with one element of S; (4) Controlling the assigning of each individual terminal-edge (marked as non-processed) to one individual free processor whenever all the vertices of the set SV associated with said terminal-edge are marked as non-occupied; in such a case marking said assigned terminal-edge as processing and the vertices of set SV as occupied.
  • In addition, each individual processor performs the steps of (box [0104] 1150): (1) Inputting the terminal-edge T-EDGE of vertices V1, V2, midpoint MPT and associated sets S and SV; (2) Performing the terminal-edge refinement (or equivalently the MPT point insertion) following the substeps of: (a) Dividing each element of set S (elements sharing the terminal-edge) by the plane defined by MPT and vertices opposite to the terminal edge of vertices V1, V2 as shown in FIG. 13; (b) Identifying sets of elements and edges to be eliminated from the data structure and sets of new edges and elements to be added to the mesh data structure; (c) Modifying locally the mesh data structure as stated in FIG. 19; (d) Marking the vertices of SV as non-occupied; (e) Marking said terminal-edge as processed; and (f) Freeing the processor.
  • Turning to FIG. 19, this is a high-level flow diagram describing the local modification of the mesh data structure whenever one new point is inserted either by using Delaunay insertion (IFLAG=DELAUNAY in [0105] box 220 of FIG. 7) or by individual refinement of one terminal-edge (IFLAG=TERMINAL—EDGE—REFINEMENT in box 220 of FIG. 7). In both cases the new point inserted has been found as the midpoint of a terminal-edge of the current mesh. The data structure modification method (by point insertion) essentially comprises the steps of: (1) Inputting the following items (box 1100): the new vertex VN midpoint of the edge of vertices V1, V2; the associated IFLAG; the sets S-EL and S-EDG containing respectively the elements and edges to be eliminated from the mesh data structure; the sets SNEW-EL and SNEW-ED, sets of new elements and new edges respectively to be added to the mesh data structure. (2) Elimination of the elements of S-EL and the edges of S-EDG from the ELEMENT and EDGE representations respectively; (3) Creation of vertex VN in VERTEX representation, creation of the edges of SNEW-ED in the EDGE representation, and creation of the elements of SNEW-EL in the element representation; (4) Actualization of the neighborness information and longest-edge relations for the old remaining neighbor edges and vertices in the EDGE, ELEMENT and VERTEX representations.
  • When IFLAG=TERMINAL—EDGE—REFINEMENT has been chosen (via [0106] decision box 1040 leading to box 1060), the mesh data structure modification method comprises the additional steps of: (1) adding the generator edge of vertices V1, V2 to the GENEDGE representation; (2) for vertex VN in the vertex representation setting the associated VE-IND value equal to the successor of the maximum values between the VE-IND values of the vertices V1 and V2, and setting the associated pointer to said generator edge in the GENEDGE representation; and (3) For vertex VN in VERTEX representation, setting pointer to one of the elements sharing VN (box 1080).
  • When IFLAG=DELAUNAY is selected, [0107] decision box 1040 leads directly to box 1080 where for vertex VN in VERTEX representation, the pointer to one of the elements sharing said vertex is set.
  • Turning to FIG. 21, the derefinement method of this invention essentially comprises, for each target vertex VX to be derefined or eliminated (box [0108] 1200) of associated node (VX, NX, GX), where NX is the VE-IND value of VX and GX its generator edge (box 1220), finding an associated VERTEX-SET of nodes (VZ, NZ, GZ) corresponding to the set of vertices to be eliminated from mesh (with their associated VE-IND values VZ and generator-edges GZ) as shown in box 1240. The ordered derefinement of each of said vertices (according the order stated in box 1260) allowing to re-obtain a terminal-edge previously refined throughout the refinement process as a consequence of the creation of the vertex VX. Repeating this process until the generator edge of vertex VX is also derefined (decision box 1290) and vertex VX is eliminated producing the derefined mesh (box 1300).
  • FIG. 22 is a high-level flow diagram describing the incremental VERTEX-SET construction. The method comprises the steps of: (1) Initializing VERTEX-SET and VP-SET with node (VX, NX, GX), being VP-SET and auxiliary set storing the nodes to be processed (box [0109] 1400); (2) Picking node (VY, NY, GY) from VP-SET (box 1420); (3) Finding SN, the set of neighbor nodes (VZ, NZ, GZ) such that VZ is neighbor vertex of VY in mesh (box 1440); (4) For each node (VZ, NZ, GZ) in set SN doing as follows: if NZ>NY ( decision boxes 1460,1480 leading to box 1520) adding node (VZ, NZ, GZ) both to VERTEX-SET and to VP-SET; if NZ=NY (box 1480), and GZ<GY (box 1500) adding node (VZ, NZ, GZ) both to VERTEX-SET and VP-SET. The node (VZ, NZ, GZ) is eliminated from the processing nodes otherwise; (5) Whenever VP-SET is not empty (box 1540), repeating the process again from box 1420 (picking a new node (VY, NY, GY) from VP-SET and so on). The process finishes when VP-SET is empty which produces the complete identification of the VERTEX-SET (set of nodes to be eliminated from mesh as a consequence of the elimination of the target vertex VX).
  • Turning to the 2-dimensional example of FIG. 14, the derefinement (elimination) of vertex G comprises selecting G and its successive neighbors having VE-IND function greater than or equal to the VE-IND function of the preceding vertex (vertices H, J, F and its neighbors); in the case of equal VE-IND function, only selecting the vertex when the length of the generator edge of said vertex is smaller than the length of the generator edge of the preceding vertex (box [0110] 1500). This discards both vertex E (neighbor vertex of F), and vertex I (neighbor vertex of J), since they have respective generator-edges greater than the generator-edge of its respective preceding vertex. This defines the VERTEX-SET (containing vertices G, H, J, F), set of the vertices to be derefined in the mesh. The derefinement of each of said vertices (i.e. vertex J of associated generator-edge FB in FIG. 14 producing the mesh of FIG. 15) simply comprises replacing the elements having vertex J in common, by greater elements having the generator-edge FB in common, being FB terminal-edge in the refined mesh of FIG. 15 (where FB is the longest edge of the surrounding elements GFB and FIB). The derefinement of the vertices is performed according the following order (box 1260 in FIG. 21): decreasing order of the VE-IND function and, for equal VE-IND values, in increasing order of the length of their associated generator-edges (vertices J, H, and F in this order in the mesh of FIG. 14). Said order guarantees the derefinement of terminal-edges such as described for vertex J. The method then proceeds to the parallel derefinement of the ordered nodes of VERTEX-SET (box 1280 in FIG. 21 and FIG. 23).
  • Turning to FIG. 23, this describes the system architecture of an additional apparatus capable of performing parallel scalable derefinement of the ordered vertices associated with the nodes of VERTEX-SET ([0111] box 1280 in FIG. 21).
  • Being this an essentially local work, the parallel point derefinement (elimination) requiring no interprocessor communication, proceeds as follows: the control machine of [0112] box 1600, interacting with the shared mesh memory of box 1630, performs the steps of: (1) Inputting the ordered set of vertices to be derefined; (2) Initializing all vertices of mesh as non-occupied and all vertices of the set of vertices to be derefined as non-processing; (3) Controlling the ordered assigning of the individual vertices to an individual free processor as follows: (a) Select the following vertex VA of VE-IND indicator value NA and generator edge of vertices V1, V2; (b) Find the set S of neighbor vertices VZ of VA (the edge VA-VZ is an edge of mesh); (c) If the vertices V1, V2 belong to S and all vertices of S are marked as non-occupied then marking them as occupied, marking vertex VA as processing and assigning the vertex (and its associated NA, V1, V2 and S) to an individual free processor. Otherwise select next vertex.
  • For each assigned new vertex (box [0113] 1650), the corresponding individual processor performs the steps of: (1) Inputting the vertex VA, its VE-IND value NA, its generator edge of vertices V1, V2 and associated set of neighbor vertices S; (2) Finding the set of elements to be eliminated from mesh (elements sharing the vertex VA) (3) Finding the set of new elements of mesh (new elements sharing the terminal edge V1-V2) and the set of new edges to be added to mesh (new edge V1-V2); (4) Modifying locally the longest-edge mesh data structure as stated in FIG. 24; (5) Marking the vertices of S as non-occupied and marking VA as processed; (6) Freeing the processor.
  • Turning to FIG. 24, this is a high-level flow diagram describing the local modification of the mesh data structure whenever one existing point is derefined from the current mesh ([0114] box 1650 in FIG. 23). The data structure modification method (by vertex elimination) performing the steps of: (1) Input of the vertex VA to be derefined, its generator edge V1-V2 and sets S-EL, S-EDG, SNEW-EL, and SNEW-ED, respectively set of elements to be eliminated from mesh, set of edges to be eliminated from mesh, set of new elements to be added to mesh and set of new edges to be added to mesh (box 1700); (2) Then proceeding to the local actualization of the mesh data structure as follows: (a) Elimination of the elements of S-EL and the edges of S-EDG from the ELEMENT and EDGE representations respectively; (b) Creation of the edges of SNEW-ED and the elements of SNEW-EL in the EDGE and ELEMENT representations respectively; (c) Actualization of the neighborness and longest-edge information relating new elements and new edges with the remaining neighbor elements and edges in the EDGE, ELEMENT, and VERTEX representations; (d) Elimination of the generator edge of vertices V1, V2 from the GENEDGE representation.
  • Referring to FIG. 25, this figure describes a preferred embodiment for an automatic mesh generation method which integrates and takes full advantage of the different methods of this invention. The integrated method in particular considers the following issues: (1) Combined use of both the surface improvement method and the volume improvement method of this invention in order to induce the respect of the object boundary and geometric interfaces whenever the input volume mesh has elements intersecting the object boundary and/or some geometric interfaces; (2) Combined use of both the surface improvement method and the volume improvement method of this invention for producing a quality mesh adapted to the geometry; (3) Use of the longest-edge refinement/derefinement method of this invention for producing refined/derefined quality meshes; (4) The use of external mesh modification methods, as in the case of changing object boundaries and/or interfaces, and the corresponding actualization of the mesh data structure. [0115]
  • After input of the boundary model (box [0116] 1800), the integrated method comprises the steps of (box 1810): (1) Producing a surface mesh of the object boundary including interfaces; (2) Using the surface improvement method of this invention (with IFLAG=DELAUNAY) to produce a quality surface mesh including interfaces; (3) Using the surface vertices to produce a volume mesh; (4) Proceeding to respect the geometry boundary and interfaces (box 1820) as follows: Finding the set of volume elements that intersect the boundary or interfaces; then for each element T in S and until S is empty performing the steps of: (a) Finding a surface element T-SURF of the surface mesh that intersects T; (b) Using the surface improvement method (with IFLAG=DELAUNAY) for selecting a neighbor point and inserting it in the surface mesh; (c) Inserting the new point in the volume mesh; (d) Actualizing the set S of current volume elements that intersect the boundary and interfaces.
  • Once a volume mesh respecting the boundary and interfaces is obtained, the integrated method proceeds to improve the volume mesh using the improvement volume method of this invention with IFLAG=DELAUNAY (box [0117] 1830).
  • Once a volume quality mesh has been obtained, the integrated method then proceeds to use the refinement method of this invention followed by the combined use of the refinement/derefinement method of this invention and optionally using an external mesh modification method, producing an actualized mesh (box [0118] 1840), and then proceeding to actualize the mesh data structure whenever the object geometry (boundaries and/or interfaces) and/or some vertex coordinates have been changed (box 1840 and FIG. 26), all the changes reducing to vertex changes.
  • Then whenever the current mesh is an acceptable mesh according an user-defined external criterion ([0119] decision box 1850 leading to box 2000) the mesh generation process finishes. Otherwise, the integrated mesh generation method follows to decision box 1860 where the quality of the mesh is checked. In the case that the mesh is an acceptable quality mesh, the method proceeds again to the refinement and/or derefinement and/or modification of the mesh (box 1840) and so on. Otherwise decision box 1860 leads to box 1870 and proceeds to the recalculation of the Delaunay mesh of the current vertices followed by the use of the mesh improvement method of this invention before going again to box 1840.
  • Finally, FIG. 26 is a high-level flow diagram describing the local actualization of the mesh data structure when some vertex coordinates have been modified (geometry changes and/or vertex changes). In such a case, the relative position of some vertices have changed, modifying some element shapes and the longest-edge relation between these elements. The actualization method essentially comprises the steps of: (1) Input of the set S of changed vertices (whose coordinates have changed) and their corresponding new coordinates (box [0120] 1900); then according to box 1920, (2) Finding the set SV of neighbor vertices in mesh, non contained in S, and connected at least with one vertex of S; (3) Adding to the set S the vertices of SV; (4) Finding set S-EDG of the edges of mesh including at least one vertex of S; (5) Finding set S-EL of elements of mesh including at least one vertex of S; Then according to box 1940 (6) Proceeding to construct the (restricted) longest-edge mesh data structure, associated with the submesh (not necessarily connected) defined by the sets S, S-EDG and S-EL by using the procedure of FIG. 18; (7) Then actualizing the global mesh data structure according the data of the restricted data structure associated with said submesh and setting VE-IND=0 for the vertices of S; (8) Erasing from GENEDGE representation those generator edges having at least one vertex in SV and setting VE-IND=0 for the vertices of said generator edges; (9) Actualizing the associated VE-IND values for the neighbor vertices whose VE-IND values changed throughout steps 7 and 8.
  • It should be pointed out that, even when every component of this invention takes full advantage of the terminal-edge abstraction of a mesh of elements and its geometrical properties, and all these components can be adequately integrated to produce a flexible and automatic mesh generation system, the improvement component, the refinement component and the refinement/derefinement component can stand alone independent of each other in the sense that these components can be used separately in different applications. The derefinement method however only can be used to derefine meshes produced throughout the previous use of the longest-edge refinement method, and in this sense includes and generalizes the refinement method. [0121]
  • It should be understood that the foregoing description is only illustrative of the invention and its applications. Various alternatives and modifications can be devised by those skilled in the art without departing from the invention. In addition, this disclosure and its associated claims is intended to embrace the restriction and/or generalization of the point placement/elimination method and apparatus therefor for plane and surface triangulations with application to the automatic triangulation of non-convex plane geometries, to the automatic surface triangulation of 3-dimensional objects, and to surface triangulation as needed in terrain models or in computer graphics applications. This disclosure and its associated claims is intended to embrace the management of sequences of nested meshes as needed in multigrids applications (for a reference see Rivara model (1986)). In addition, this disclosure and its associated claims is intended to embrace the management of quasi-Delaunay meshes. This disclosure and its associated claims is intended to embrace the generalization of the method of this invention, mesh data structure, and apparatus therefor for (1) the distributed refinement/derefinement/improvement of the mesh using a distributed longest-edge mesh data structure; (2) for general meshes composed of submeshes which are either Delaunay submeshes and/or longest-edge nested (non-Delaunay) meshes obtained by the longest-edge refinement/derefinement method of this invention. This invention is also intended to embrace the generalization of the point placement method and apparatus therefor to N-dimensions, with N-greater than 3, useful, for example, in the area of “range searching,” an area with extensive practical applications, for example, in data bases. Accordingly, the present invention is intended to embrace all such alternatives, modifications, variances, restrictions and generalizations which fall within the scope of the appended claims. [0122]
  • The present invention improves and generalizes the methods described by Rivara ((1984(a), 1984(b), 1986, 1996and 1997), by Rivara et al. (1992) and by Rivara el al. (1997), allowing the management of Delaunay and non-Delaunay meshes ; and improves and generalizes the derefinement method described by Rivara (1989). [0123]
  • This invention improves methods taught by the prior art, and provides useful benefit, in at least the following ways: [0124]
  • The improvement of a mesh having bad-shaped elements is simply and naturally performed by selecting points which improve the quality of the local point distribution around the bad-shaped elements, and then inserting those points by using the Delaunay teaching or variations of the Delaunay teaching. To search these points only the distribution of increasing neighbor elements is considered, not the Delaunay property of the mesh. The searching method does not modify the shared mesh data structure. [0125]
  • The method of this invention naturally eliminates undesirable slivers without using especial techniques to treat them. [0126]
  • Since the point searching method does not depend on the Delaunay property of the mesh, the present invention performs well over Delaunay and non-Delaunay meshes. Consequently, the method of the present invention optionally considers the pure refinement/derefinement of quality meshes, as needed in adaptive and/or multigrid finite-element analysis applications (a discussion can be found in Rivara (1986)). A simple point insertion method, that only uses longest-edge refinement of sets of elements, all of which have the longest-edge in common (terminal-edge), is used in this case. [0127]
  • The critical searching method of the present invention comprises repeatedly traversing successive neighbor elements over the mesh, starting with an active target element, until a set of terminal edges is identified in the mesh, wherein the midpoints of those terminal edges are the prospective points to be inserted in the mesh. The apparatus of the present invention takes advantages of the inherent properties of the searching method by using a simple efficient parallel computer capable of performing the parallel search without modifying the mesh and producing the following results: (1) the increase of the set of neighbor elements over which the parallel search has to be continued and (2) the identification of a set of terminal edges. [0128]
  • The method and apparatus of this invention allows the parallel refinement/derefinement of the mesh by locally modifying sets of neighbor elements sharing the common longest-edge, without producing intermediate non-valid meshes, and requiring no interprocessor communication. [0129]
  • The method and apparatus of this invention make use of an improved mesh data structure supporting the integrated improvement/refinement/derefinement of the mesh. [0130]
  • While only certain preferred features of the invention have been illustrated and described, many modifications and changes will occur to those skilled in the art. It is, therefore, to be understood that the appended claims are intended to cover all such modifications and changes as fall within the true spirit of the invention. [0131]

Claims (17)

1. A method for refining both a vertex distribution and a mesh of elements for an object to be analyzed, using a computerized device, comprising the steps of:
searching for a set of terminal-edges among target elements of said mesh, using a longest edge searching method;
inserting at least one selected point associated with at least one of said terminal-edges into said mesh producing a refined mesh; and
displaying information related to said mesh; wherein:
each said terminal-edge is defined as a common longest-edge of each said mesh element sharing said terminal-edge.
2. The method of claim 1, for also improving in addition to refining said vertex distribution and said mesh of elements, comprising the steps of:
selecting a set of boundary points associated with said element if said element belongs to boundary elements included among said target elements using a longest-edge boundary selection method; and
inserting said selected boundary points into said mesh; and actualizing set of target elements of said mesh.
3. The method of claim 1, wherein said step of using said longest edge searching method comprises the further step of:
for a processing element from a set of processing elements, producing an increased set selected from the group consisting of said set of processing elements, and said set of terminal edges, comprising the steps of: p1 selecting a selected edge which is a longest-edge between the edges of said processing element;
finding active elements in mesh having said selected edge as an edge and whose respective longest-edge is greater than said selected edge, and adding said active elements to said set of processing elements; and
if said active elements are not found, selecting said selected edge as a terminal edge.
4. The method of claim 2, wherein said step of using said longest edge searching method comprises the further steps of:
for a processing element from a set of processing elements, producing an increased set selected from the group consisting of said set of processing elements, and said set of terminal edges, comprising the steps of:
selecting a selected edge which is a longest-edge between the edges of said processing element;
finding active elements in mesh having said selected edge as an edge and whose respective longest-edge is greater than said selected edge, and adding said active elements to said set of processing elements;
if said active elements are not found, selecting said selected edge as a terminal edge.
5. The method of claim 2, further comprising the steps of:
identifying a prospective point as a midpoint of a greatest edge between the edges of elements within said set of terminal-edges;
choosing said prospective point to be one of said selected points to be inserted into said mesh, said selected point in said object interior, thereby producing said improved mesh, if the distance from said prospective point to said object boundary is greater than a fraction K of the length of said greatest edge, wherein K is a parameter greater than zero; and
otherwise choosing one of said selected points to be inserted into said mesh as a boundary point improving the boundary point distribution near to an auxiliary boundary point, wherein said auxiliary boundary point is equal to said prospective point when said prospective point is over the boundary, and wherein said auxiliary boundary point is otherwise equal to the projection of said prospective point over the boundary.
6. The method of claim 1, further comprising the steps of:
selecting midpoints of said associated terminal-edges as said selected points; and
inserting said selected points into said mesh by performing longest-edge bisection of each element in said mesh sharing said associated terminal-edge.
7. The method of claim 1, for use when said computerized device comprises at least one parallel processor, further comprising the further step of:
producing a refined mesh by successive parallel refinement of sets of completely disjoint terminal-element-sets; and
refining each said terminal-element-set by partitioning each element in said terminal-element-set by a midpoint of a common associated terminal-edge.
8. The method of claim 1, for also derefining in addition to refining said vertex distribution and said mesh of elements, comprising the further steps, for an initial mesh previously obtained by said steps of searching and inserting, of:
for at least one target vertex to be derefined in said mesh, producing a set of active vertices, each said active vertex having an associated vertex indicator of precedence order between neighbor vertices in the mesh generation process, and an associated generator-edge if said vertex was obtained in a previous mesh as a midpoint of said terminal-edge defining an associated generator-edge for said vertex;
eliminating from said mesh said active vertices in the inverse order of precedence defined in the mesh generation process by using said associated vertex indicators, and for vertices having equal vertex indicators, in increasing order of the lengths of said associated generator-edges; wherein each active vertex is directly connected with the vertices of said associated generator edge; and
adding to said mesh a new edge equal to the generator-edge of said vertex, and new elements sharing said edge.
9. A computerized device for refining both a vertex distribution and a mesh of elements for an object to be analyzed, comprising processing, input, output, and storage devices providing means for:
searching for a set of terminal-edges among target elements of said mesh, using a longest edge searching method;
inserting at least one selected point associated with at least one of said terminal-edges into said mesh producing a refined mesh; and
displaying information related to said mesh; wherein:
each said terminal-edge is defined as a common longest-edge of each said mesh element sharing said terminal-edge.
10. The computerized device of claim 9, for also improving in addition to refining said vertex distribution and said mesh of elements, said processing, input, output, and storage devices further comprising means for:
selecting a set of boundary points associated with said element if said element belongs to boundary elements included among said target elements using a longest-edge boundary selection method; and
inserting said selected boundary points into said mesh; and actualizing set of target elements of said mesh.
11. The computerized device of claim 9, said processing, input, output, and storage devices further comprising means for:
for a processing element from a set of processing elements, producing an increased set selected from the group consisting of said set of processing elements, and said set of terminal edges, comprising means, by:
selecting a selected edge which is a longest-edge between the edges of said processing element;
finding active elements in mesh having said selected edge as an edge and whose respective longest-edge is greater than said selected edge, and adding said active elements to said set of processing elements; and
if said active elements are not found, selecting said selected edge as a terminal edge.
12. The computerized device of claim 10, said processing, input, output, and storage devices further comprising means for:
for a processing element from a set of processing elements, producing an increased set selected from the group consisting of said set of processing elements, and said set of terminal edges, comprising means, by:
selecting a selected edge which is a longest-edge between the edges of said processing element;
finding active elements in mesh having said selected edge as an edge and whose respective longest-edge is greater than said selected edge, and adding said active elements to said set of processing elements; and
if said active elements are not found, selecting said selected edge as a terminal edge.
13. The computerized device of claim 10, said processing, input, output, and storage devices further comprising means for:
identifying a prospective point as a midpoint of a greatest edge between the edges of elements within said set of terminal-edges;
choosing said prospective point to be one of said selected points to be inserted into said mesh, said selected point in said object interior, thereby producing said improved mesh, if the distance from said prospective point to said object boundary is greater than a fraction K of the length of said greatest edge, wherein K is a parameter greater than zero; and
otherwise choosing one of said selected points to be inserted into said mesh as a boundary point improving the boundary point distribution near to an auxiliary boundary point, wherein said auxiliary boundary point is equal to said prospective point when said prospective point is over the boundary, and wherein said auxiliary boundary point is otherwise equal to the projection of said prospective point over the boundary.
14. The computerized device of claim 9, said processing, input, output, and storage devices further comprising means for:
selecting midpoints of said associated terminal-edges as said selected points; and
inserting said selected points into said mesh by performing longest-edge bisection of each element in said mesh sharing said associated terminal-edge.
15. The computerized device of claim 9, said processing device thereof comprising at least one parallel processor, said processing, input, output, and storage devices further comprising means, for:
producing a refined mesh by successive parallel refinement of a set of completely disjoint terminal-element-sets; and
refining each said terminal-element-set by partitioning each element in said terminal-element-set by a midpoint of a common associated terminal-edge.
16. The computerized device of claim 9, for also derefining in addition to refining said vertex distribution and said mesh of elements, said processing, input, output, and storage devices further comprising means, for an initial mesh previously obtained by said searching and inserting, for:
for at least one target vertex to be derefined in said mesh, producing a set of active vertices, each said active vertex having an associated vertex indicator of precedence order between neighbor vertices in the mesh generation process, and an associated generator-edge if said vertex was obtained in a previous mesh as a midpoint of said terminal-edge defining an associated generator-edge for said vertex;
eliminating from said mesh said active vertices in the inverse order of precedence defined in the mesh generation process by using said associated vertex indicators, and for vertices having equal vertex indicators, in increasing order of the lengths of said associated generator-edges; wherein each active vertex is directly connected with the vertices of said associated generator edges; and
adding to said mesh a new edge equal to the generator-edge of said vertex, and new elements sharing said edge.
17. A data structure stored and processed by a computerized device for both refining, improving or derefining or both a vertex distribution and a mesh of elements for an object to be analyzed, comprising:
an edge representation comprising at least one represented edge, and for each said represented edge, comprising references to neighbor elements in an element representation of said data structure, each said neighbor element having said represented edge which is an edge of said mesh as one of its edges;
a vertex representation, for each represented vertex, comprising an associated indicator which is null, if said vertex was not obtained as a midpoint of a terminal-edge in a previous mesh; otherwise, said associated indicator being equal to the following precedence indicator value associated to the last generated vertex between the two vertices defining a terminal-edge in a previous mesh; and
a reference to a generator edge for said vertex in a generator-edge representation of said mesh; wherein:
said terminal-edge is defined as said generator-edge of said vertex; and information related to said mesh is displayed.
US10/707,248 1997-10-08 2003-12-01 Longest-Edge Refinement and Derefinement System and Method for Automatic Mesh Generation Abandoned US20040117163A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/707,248 US20040117163A1 (en) 1997-10-08 2003-12-01 Longest-Edge Refinement and Derefinement System and Method for Automatic Mesh Generation

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US6143997P 1997-10-08 1997-10-08
US09/162,737 US6266062B1 (en) 1997-10-08 1998-09-29 Longest-edge refinement and derefinement system and method for automatic mesh generation
US52903700A 2000-04-05 2000-04-05
US10/707,248 US20040117163A1 (en) 1997-10-08 2003-12-01 Longest-Edge Refinement and Derefinement System and Method for Automatic Mesh Generation

Related Parent Applications (3)

Application Number Title Priority Date Filing Date
US09/162,737 Continuation US6266062B1 (en) 1997-10-08 1998-09-29 Longest-edge refinement and derefinement system and method for automatic mesh generation
PCT/EP1998/006258 Continuation WO1999018517A2 (en) 1997-10-08 1998-10-01 Longest-edge refinement and derefinement system and method for automatic mesh generation
US09529037 Continuation 2000-04-05

Publications (1)

Publication Number Publication Date
US20040117163A1 true US20040117163A1 (en) 2004-06-17

Family

ID=26741073

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/162,737 Expired - Fee Related US6266062B1 (en) 1997-10-08 1998-09-29 Longest-edge refinement and derefinement system and method for automatic mesh generation
US10/707,248 Abandoned US20040117163A1 (en) 1997-10-08 2003-12-01 Longest-Edge Refinement and Derefinement System and Method for Automatic Mesh Generation

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/162,737 Expired - Fee Related US6266062B1 (en) 1997-10-08 1998-09-29 Longest-edge refinement and derefinement system and method for automatic mesh generation

Country Status (6)

Country Link
US (2) US6266062B1 (en)
EP (1) EP1021798B1 (en)
AU (1) AU747230B2 (en)
CA (1) CA2304492A1 (en)
DE (1) DE69801113T2 (en)
WO (1) WO1999018517A2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050066301A1 (en) * 2003-09-19 2005-03-24 Gunar Lorenz System and method for automatic mesh generation from a system-level MEMS design
US20060050073A1 (en) * 2004-08-31 2006-03-09 Satoshi Kanai Tetrahedral mesh generating method and program
WO2009035737A2 (en) * 2007-06-13 2009-03-19 United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Adaptive refinement tools for tetrahedral unstructured grids
US20100045673A1 (en) * 2008-06-04 2010-02-25 Mayo Jackson R System and Method for Polytopic Mesh Refinement
WO2013130469A1 (en) * 2012-03-02 2013-09-06 Sony Corporation Automatic image alignment
US20130343628A1 (en) * 2004-05-05 2013-12-26 Juerg Tschirren Methods and devices for labeling and/or matching
EP2905744A1 (en) * 2014-02-05 2015-08-12 Fujitsu Limited Mesh quality improvement in computer aided engineering

Families Citing this family (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6266062B1 (en) * 1997-10-08 2001-07-24 Maria-Cecilia Rivara Longest-edge refinement and derefinement system and method for automatic mesh generation
US6377865B1 (en) * 1998-02-11 2002-04-23 Raindrop Geomagic, Inc. Methods of generating three-dimensional digital models of objects by wrapping point cloud data points
US6665849B2 (en) * 1999-06-09 2003-12-16 Interuniversitair Microelektronica Centrum Vzw Method and apparatus for simulating physical fields
US6453275B1 (en) * 1998-06-19 2002-09-17 Interuniversitair Micro-Elektronica Centrum (Imec Vzw) Method for locally refining a mesh
JP2001074568A (en) * 1999-09-03 2001-03-23 Fujitsu Ltd Model analysis method, device therefor, and recording medium
JP3387869B2 (en) * 1999-10-26 2003-03-17 日本電気株式会社 Mesh generation method for process simulation
US6606584B1 (en) * 1999-10-29 2003-08-12 Intel Corporation Defining a neighborhood of vertices in a 3D surface mesh
WO2001048699A1 (en) * 1999-12-27 2001-07-05 Alcoa Nederland B.V. Mesh generator for and method of generating meshes in an extrusion process
JP2001210716A (en) * 2000-01-25 2001-08-03 Nec Ic Microcomput Syst Ltd Layout design method
WO2002023486A2 (en) * 2000-05-09 2002-03-21 Mental Images, G.M.B.H. & Co., Kg. Generating coarse-level meshes from fine-level meshes
FR2810770B1 (en) * 2000-06-23 2003-01-03 France Telecom REFINING A TRIANGULAR MESH REPRESENTATIVE OF AN OBJECT IN THREE DIMENSIONS
US6505326B1 (en) * 2000-09-29 2003-01-07 General Electric Company Analyzing thermal characteristics of geometries
US6720962B1 (en) * 2000-12-04 2004-04-13 Joseph Alter Inc. Hair generation and other natural phenomena with surface derived control volumes in computer graphics and animation
JP3979162B2 (en) * 2002-04-22 2007-09-19 ソニー株式会社 Image processing apparatus and method
US7446777B2 (en) * 2003-09-26 2008-11-04 Rensselaer Polytechnic Institute System and method of computing and displaying property-encoded surface translator descriptors
US10279196B2 (en) 2006-09-28 2019-05-07 Accuray Incorporated Radiation treatment planning using four-dimensional imaging data
US8022949B2 (en) * 2006-12-04 2011-09-20 Electronics And Telecommunications Research Institute System and method for generating curvature adapted isosurface based on delaunay triangulation
US7623679B2 (en) * 2006-12-13 2009-11-24 Accuray Incorporated Temporal smoothing of a deformation model
JP4999522B2 (en) * 2007-04-06 2012-08-15 株式会社日立製作所 Analysis mesh generator
US8386211B2 (en) * 2008-08-15 2013-02-26 International Business Machines Corporation Monitoring virtual worlds to detect events and determine their type
BRPI0922705A2 (en) * 2008-12-03 2016-01-05 Chevron Usa Inc computer-implemented method and system for predicting fluid flow characteristics within a fractured underground reservoir
WO2010065769A2 (en) * 2008-12-03 2010-06-10 Chevron U.S.A. Inc. System and method of grid generation for discrete fracture modeling
RU2015151485A (en) * 2013-07-02 2017-07-04 Лэндмарк Графикс Корпорейшн METHOD FOR CREATING 2.75-DIMENSIONAL GRID
CN105550384B (en) * 2014-10-31 2019-05-07 北京临近空间飞行器系统工程研究所 A kind of post-processing approach of aerodynamics grid Metis auto-partition
CN105631067A (en) * 2014-10-31 2016-06-01 北京临近空间飞行器系统工程研究所 Low-computation complexity construction method of pneumatic flow field grid undirected graph
DE102020130293A1 (en) 2019-12-10 2021-06-10 Nvidia Corporation POLAR STROKING FOR VECTOR GRAPHICS
US11257253B2 (en) 2019-12-10 2022-02-22 Nvidia Corporation Method and system for unified encoding of path segments, caps, and joins for path stroking
US11164372B2 (en) * 2019-12-10 2021-11-02 Nvidia Corporation Polar stroking for vector graphics
US20220019852A1 (en) * 2020-07-14 2022-01-20 Vicarious Fpc, Inc. Method and system for generating training data
CN114972687B (en) * 2022-07-21 2022-11-15 中汽研(天津)汽车工程研究院有限公司 Mesh adjusting method based on elimination of triangular mesh pairs

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4912664A (en) * 1988-02-01 1990-03-27 Mentor Graphics Corporation Method and apparatus for generating a mesh for finite element analysis
US5214752A (en) * 1991-01-22 1993-05-25 International Business Machines Corporation Point placement method for use in a three-dimensional automatic mesh generation system
US5440674A (en) * 1991-07-31 1995-08-08 Park; Joon Y. Mesh generation with quasi-equilateral triangulation for finite element analyses
US5798764A (en) * 1994-05-27 1998-08-25 Nec Corporation Method for determining the intersections of Delaunay partitioned tetrahedra with the boundary of a body to be analyzed
US5886702A (en) * 1996-10-16 1999-03-23 Real-Time Geometry Corporation System and method for computer modeling of 3D objects or surfaces by mesh constructions having optimal quality characteristics and dynamic resolution capabilities
US6046744A (en) * 1996-01-11 2000-04-04 Microsoft Corporation Selective refinement of progressive meshes
US6266062B1 (en) * 1997-10-08 2001-07-24 Maria-Cecilia Rivara Longest-edge refinement and derefinement system and method for automatic mesh generation

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4912664A (en) * 1988-02-01 1990-03-27 Mentor Graphics Corporation Method and apparatus for generating a mesh for finite element analysis
US5214752A (en) * 1991-01-22 1993-05-25 International Business Machines Corporation Point placement method for use in a three-dimensional automatic mesh generation system
US5440674A (en) * 1991-07-31 1995-08-08 Park; Joon Y. Mesh generation with quasi-equilateral triangulation for finite element analyses
US5798764A (en) * 1994-05-27 1998-08-25 Nec Corporation Method for determining the intersections of Delaunay partitioned tetrahedra with the boundary of a body to be analyzed
US6046744A (en) * 1996-01-11 2000-04-04 Microsoft Corporation Selective refinement of progressive meshes
US5886702A (en) * 1996-10-16 1999-03-23 Real-Time Geometry Corporation System and method for computer modeling of 3D objects or surfaces by mesh constructions having optimal quality characteristics and dynamic resolution capabilities
US6266062B1 (en) * 1997-10-08 2001-07-24 Maria-Cecilia Rivara Longest-edge refinement and derefinement system and method for automatic mesh generation

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7131105B2 (en) * 2003-09-19 2006-10-31 Coventor, Inc. System and method for automatic mesh generation from a system-level MEMS design
US20050066301A1 (en) * 2003-09-19 2005-03-24 Gunar Lorenz System and method for automatic mesh generation from a system-level MEMS design
US20130343628A1 (en) * 2004-05-05 2013-12-26 Juerg Tschirren Methods and devices for labeling and/or matching
US9820651B2 (en) * 2004-05-05 2017-11-21 University Of Iowa Research Foundation Methods and devices for labeling and/or matching
US20060050073A1 (en) * 2004-08-31 2006-03-09 Satoshi Kanai Tetrahedral mesh generating method and program
WO2009035737A2 (en) * 2007-06-13 2009-03-19 United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Adaptive refinement tools for tetrahedral unstructured grids
WO2009035737A3 (en) * 2007-06-13 2010-05-27 United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Adaptive refinement tools for tetrahedral unstructured grids
US8274512B2 (en) * 2008-06-04 2012-09-25 Sandia Corporation System and method for polytopic mesh refinement
US20100045673A1 (en) * 2008-06-04 2010-02-25 Mayo Jackson R System and Method for Polytopic Mesh Refinement
WO2013130469A1 (en) * 2012-03-02 2013-09-06 Sony Corporation Automatic image alignment
US8605972B2 (en) 2012-03-02 2013-12-10 Sony Corporation Automatic image alignment
EP2905744A1 (en) * 2014-02-05 2015-08-12 Fujitsu Limited Mesh quality improvement in computer aided engineering
US9418476B2 (en) 2014-02-05 2016-08-16 Fujitsu Limited Mesh quality improvement in computer aided engineering

Also Published As

Publication number Publication date
EP1021798A2 (en) 2000-07-26
AU1028899A (en) 1999-04-27
EP1021798B1 (en) 2001-07-11
WO1999018517A2 (en) 1999-04-15
DE69801113D1 (en) 2001-08-16
WO1999018517A3 (en) 1999-06-17
AU747230B2 (en) 2002-05-09
DE69801113T2 (en) 2002-03-14
CA2304492A1 (en) 1999-04-15
US6266062B1 (en) 2001-07-24

Similar Documents

Publication Publication Date Title
US6266062B1 (en) Longest-edge refinement and derefinement system and method for automatic mesh generation
Ding et al. Oriented bounding box and octree based global interference detection in 5-axis machining of free-form surfaces
JP2625621B2 (en) How to create an object
US4868761A (en) Method for evaluating free surface and NC system thereof
CA2564156C (en) System and method for approximating an editable surface
US6208997B1 (en) Rapid production of optimal-quality reduced-resolution representations of very large databases
US5454068A (en) Scientific visualization system
US5774124A (en) Finite element modeling method and computer system for converting a triangular mesh surface to a quadrilateral mesh surface
US20110074779A1 (en) Method and System For Repairing Triangulated Surface Meshes
EP0909429A1 (en) A reference based parametric dimensioning method and system
JPH06223197A (en) Method and apparatus for tesselation of graphic image
Bodenmüller et al. Online surface reconstruction from unorganized 3d-points for the DLR hand-guided scanner system
Ihm et al. Piecewise linear approximations of digitized space curves with applications
JP2920195B2 (en) Shape conversion method and device
Brunnett Geometric design with trimmed surfaces
Haran et al. An experimental study of point location in planar arrangements in CGAL
JPH076229A (en) Three-dimensional computer graphics data- processing method for facetting, segmentation and sorting of point assembly representing, especially, surface and surve
US6587103B1 (en) Method and apparatus for determining coincident lines
EP0339778B1 (en) Solid modelling
US20010013867A1 (en) Object search method and object search system
EP0212774A2 (en) Display system
Günther et al. The arc tree: An approximation scheme to represent arbitrary curved shapes
CA1303223C (en) Solid modelling
JP2003099809A (en) Apparatus and method for three-dimensional data control, and program for achieving the method, apparatus and method for three-dimensional data search, and program for achieving the method, and apparatus and method for three-dimensional data control and search, and program for achieving the method
Bunsen et al. Mesh Optimization for Animation Purposes.

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION