[deal.II] Problem with parallelization when using hyper_cube_slit

2018-02-20 Thread Roberto Porcù
Dear all, I'm solving a linear elasticity problem on a cracked domain created by means of the GridGenerator::hyper_cube_slit function. When I solve it in serial everything works fine. When I solve it in parallel I get a problem on a node which is on one of the slit boundaries as it is possible

[deal.II] Re: Problem with parallelization when using hyper_cube_slit

2018-04-11 Thread Roberto Porcù
Dear all, in the reply to my first post I forgot the code. I attach it to this reply. Best Roberto P. On Tuesday, February 20, 2018 at 7:27:37 PM UTC-5, Roberto Porcù wrote: > > Dear all, > > I'm solving a linear elasticity problem on a cracked domain created

[deal.II] Re: Problem with parallelization when using hyper_cube_slit

2018-04-11 Thread Roberto Porcù
mpute derivatives"). I attach the code of my simulation. It is a very simple code having the same structure of tutorial step-40. I made it like this in order to make it more readable. Looking forward to hearing from you. Roberto On Tuesday, February 20, 2018 at 7:27:37 PM UTC-5, Roberto P

[deal.II] Re: Problem with parallelization when using hyper_cube_slit

2018-04-13 Thread Roberto Porcù
dGenerator::hyper_cube_slit(tri_tmp, -1, 1, false); >> >> GridTools::rotate(-M_PI/2, tri_tmp); >> >> >>> triangultion.copy_triangulation(tri_tmp); >> >> triangulation.refine_global (6); >> >> Bests, > Lucas > On Thursday, 12 April 2018