Content deleted Content added
m →Parallel mesh generation software: WP:CHECKWIKI error fixes using AWB (9120) |
Mitch Ames (talk | contribs) m Remove space before ref, footnote, per MOS:REFSPACE |
||
(10 intermediate revisions by 10 users not shown) | |||
Line 1:
'''Parallel mesh generation''' in [[numerical analysis]] is a new research area between the boundaries of two [[scientific computing]] disciplines: [[computational geometry]] and [[parallel computing]].<ref name="Chrisochoides">Nikos Chrisochoides, Parallel Mesh Generation, Chapter in ''Numerical Solution of Partial Differential Equations on Parallel Computers'', (Eds. Are Magnus Bruaset, Aslak Tveito), Springer-Verlag, pp 237-259, 2005.</ref> Parallel mesh generation methods decompose the original [[mesh generation]] problem into smaller subproblems which are solved (meshed) in parallel using multiple processors or threads. The existing parallel mesh generation methods can be classified in terms of two basic attributes:
#the sequential technique used for meshing the individual subproblems and
Line 13 ⟶ 11:
The challenges in parallel mesh generation methods are: to maintain stability of the parallel mesher (i.e., retain the quality of finite elements generated by state-of-the-art sequential codes) and at the same time achieve 100% code re-use (i.e., leverage the continuously evolving and fully functional off-the-shelf sequential meshers) without substantial deterioration of the scalability of the parallel mesher.
There is a difference between parallel mesh generation and parallel triangulation. In parallel triangulation a pre-defined set of points is used to generate in parallel triangles that cover the [[convex hull]] of the set of points. A very efficient algorithm for parallel [[Delaunay
==Parallel mesh generation software==
Line 22 ⟶ 20:
<!-- Deleted image removed: [[Image:kneetib png.png|250px|Decomposition of tibial prosthesis component and tetrahedral mesh generation on 8 CPUs]] -->
A parallel version of the MeshSim mesh generator by Simmetrix Inc.,<ref>
Another parallel mesh generator is '''D3D''',<ref>[http://mech.fsv.cvut.cz/~dr/d3d.html D3D Mesh Generator Web page]</ref> was developed by Daniel Rypl<ref>University Web page of Daniel Rypl, http://mech.fsv.cvut.cz/~dr/</ref> at [[Czech Technical University in Prague]]. '''D3D''' is a mesh generator capable to discretize in parallel (or sequentially) 3D domains into mixed meshes.
BOXERMesh
== Challenges in parallel mesh generation ==
It takes
ended
An area with immediate high benefits to parallel mesh generation is ___domain decomposition. The DD problem as it is posed in
Finally, a long term investment to parallel mesh generation is to attract the attention of mathematicians with open problems in mesh generation and broader impact in mathematics.
== See also ==
*[[Mesh generation]]
*[[Parallel computing]]
== References ==
{{reflist}}
{{Mesh generation|state=autocollapse}}
[[Category:
[[Category:Parallel computing]]
|