[deal.II] Re: triangulation save not working for 1D domain

2020-06-07 Thread Amaresh B
I have even tried with subdivided_hyper_rectangle . The triangulation is not saved. On Saturday, June 6, 2020 at 11:25:03 PM UTC+5:30, Amaresh B wrote: > > Thank you peterrum for you

[deal.II] Re: triangulation save not working for 1D domain

2020-06-06 Thread Amaresh B
Thank you peterrum for your reply. I have tried the following commands. In both the cases, the triangulation was not saved. Please let me know if you have any suggestions. 1.GridGenerator::hyper_cube (triangulation, 0., 40.0); 2. GridGenerator::hyper_rectangle(triangulation,

[deal.II] Re: triangulation save not working for 1D domain

2020-06-06 Thread 'peterrum' via deal.II User Group
What type of triangulation are you using? Peter On Saturday, 6 June 2020 17:52:53 UTC+2, Amaresh B wrote: > > Dear all, > > I am trying to save my triangulation and using the lines below. > 'triangulation.save' commands works and saves the mesh if my domain is > either 2D or 3D (i.e. dim=2 or