On 31 Oct 2012, at 04:11, Mikhail Artemiev <[email protected]> wrote:
> Hi all! > I'm very interesting in solving simple Dirichlet problem for Laplace equation > using Gmsh+GetDP. But I need to do that in parallel. What parts of Gmsh and > GetDP can be done in parallel (mesh generation process, any solvers, matrix > assembling or anything else)? Mesh generation in Gmsh is sequential (at least for now), unless you split the geometry by hand and script the generation of the multiple parts in parallel. Solution in GetDP is parallel when linked with PETSc solvers, but efficiency depends on the problem and the solver. Christophe > Thanks in advance. > > Best, > Mikhail Artemiev > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
