On 4/30/19 7:29 AM, Oleg Kmechak wrote: > PS: In a moment I checked documentation for write_vtk. And there is > suggestion to use VTU, so I will try to check also this case.
I looked up the VTU format when I wrote the original answer, and it turns out that we only use 32-bit floating point numbers in VTU. So you'll probably need to stick with VTK format and use something like output.precision(16); to output the data with more digits. Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- 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 Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
