[deal.II] Re: Simple merge_triangulation problem

2020-01-23 Thread Konrad Wiśniewski
Oh! Sorry for bothered you, problem lies somewhere else - this topic can be deleted! -- 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

[deal.II] Re: Simple merge_triangulation problem

2020-01-23 Thread Konrad Wiśniewski
The program is suddenly terminated with exit value -1 so, I guess it is segfault. It is very strange because the program works perfectly fine in case 1), and after I swap coordinates between cell1 and cell2 (to get the case 3) program just stop functioning. W dniu czwartek, 23 stycznia 2020

[deal.II] Re: Simple merge_triangulation problem

2020-01-23 Thread Bruno Turcksin
Konrad, What does it mean you cannot merge the cells? Do you get the wrong results? Does the code segfault? Do you get an error message? Best, Bruno On Thursday, January 23, 2020 at 8:56:34 AM UTC-5, Konrad Wiśniewski wrote: > > Hi all! > > I've encountered a problem with very simple