Re: [deal.II] Triangulation Merge Error

2020-12-15 Thread Wolfgang Bangerth
On 12/15/20 9:19 AM, pushkar...@gmail.com wrote: So I am wondering that am I doing something wrong or is there any consistency check that needs to be performed while merging triangulations. Any direction in this regard will surely be beneficial. Pushkar, I suspect (knowing where the error

[deal.II] Triangulation Merge Error

2020-12-15 Thread pushkar...@gmail.com
Dear deal.II community As a beginner trying to understand this library I tried to merge two traingulations namely "cheese" and "hyper_cube" by modifying step-1 as - void first_grid () { Triangulation<2> tria1,tria2,tria_merge; /*const double R = 13.0; const double r =7.0;*/ const double