On 3/10/23 13:05, Konrad Schneider wrote:
**

Thanks. That was too easy. How should one know this...
Actually in the documentation (https://www.dealii.org/current/doxygen/deal.II/classDataPostprocessorTensor.html) the command
data_out.write_vtk (output);

appears in the example. Maybe it should be changed to

data_out.write_vtu (output);

Furthermore, may I suggest, that it might be of some value to add the data output of stresses to one of the elasticity tutorials (maybe add it to step-8), since evaluating stresses (especially von mises stresses) is one of the major tasks in "pure" solid mechanics plus there is this pitfall that we have to use the vtu-format for tensor data.

Konrad,
yes, this had been pointed out a couple of months ago, and the current developer documentation already points that out as well:
https://www.dealii.org/developer/doxygen/deal.II/classDataPostprocessorTensor.html

I've taken the liberty to also write a patch that makes the error message 
clearer:
https://github.com/dealii/dealii/pull/14875

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/0c523295-9d15-7c82-1f67-355e25f66840%40colostate.edu.

Reply via email to