1 Answers
Parallel mesh generation in numerical analysis is a new research area between the boundaries of two scientific computing disciplines: computational geometry and parallel computing. Parallel mesh generation methods decompose the original mesh generation problem into smaller subproblems which are solved in parallel using multiple processors or threads. The existing parallel mesh generation methods can be classified in terms of two basic attributes:
One of the challenges in parallel mesh generation is to develop parallel meshing software using off-the-shelf sequential meshing codes.
4 views
Answered