Hi My current problem involves the use of a relatively big main domain that is distributed accross a number of mpi process. The solution on this domain is coupled with the solutions on smaller domains. At the moment the smaller domains are distributed on the same number of mpi processes as the main one. However, I wonder if it would be more efficient to assing each of these smaller domains to a specific mpi process instead of distribute them, and if so, what would be the best way to do this.
At the moment I'm using parallel::shared::Triangulation<dim> for all domains, I use metis for mesh partitioning and PETSC for solving the problem. Regards -- José Javier Muñoz Criollo Research Associate Cardiff University School of Engineering Tel: (0)29 208 75759 E-mail: [email protected], [email protected] -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
