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
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);