I did several more experiments, using both my program and example programs from deal.II (such as step-40 and step-55). When using my program, I still got the same result as before, if I have more than 16 threads, then my result gets interpreted as 3d, not as 2d. When using step-55, I can use 24 threads, and the result is still interpreted as 2d, not as 3d. Thus I assume the problem lies somewhere within my program, and how the data is created.
Am Donnerstag, 12. Juli 2018 16:27:28 UTC+2 schrieb Wolfgang Bangerth: > > On 07/12/2018 12:29 AM, 'Maxi Miller' via deal.II User Group wrote: > > In VTK all z-components are zero... > > Then I really don't know. The VTK and VTU writers see the same data, so I > can > only imagine that the VTU file also has the zeros. It sounds like a > problem in > Visit :-( > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > <javascript:> > 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.
