Re: [deal.II] convergence adaptive refinement

2017-06-06 Thread Wolfgang Bangerth
On 06/06/2017 04:43 AM, Lam DANG wrote: Dear All I use /write_ucd/ with /flags.write_faces = true/, but the result of .ucd file is *lack of information of face id 0.* How I can output the information of face id 0? The piece of code: /Triangulation<2> triangulation; GridGenerator::hyp

Re: [deal.II] convergence adaptive refinement

2017-06-06 Thread Lam DANG
Dear All I use *write_ucd* with *flags.write_faces = true*, but the result of .ucd file is *lack of information of face id 0.* How I can output the information of face id 0? The piece of code: *Triangulation<2> triangulation;GridGenerator::hyper_cube (triangulation, 0, 1, true);