That was a quick fix and it works.  
Just changed "data_out.write_vtk 
<https://www.dealii.org/current/doxygen/deal.II/group__Exceptions.html#gacad99726038e4fca7f605fdffb3317e4>
 
(output);" to "data_out.write_vt 
<https://www.dealii.org/current/doxygen/deal.II/group__Exceptions.html#gacad99726038e4fca7f605fdffb3317e4>
u (output);" 
Thanks 

Doxygen fixes are done with a PR too? Can I do it?  It will take me forever 
tho. 


On Wednesday, November 9, 2022 at 10:35:32 PM UTC+2 Wolfgang Bangerth wrote:

> On 11/8/22 09:11, Abbas wrote:
> > *** Caution: EXTERNAL Sender ***
> > 
> > So I copied what's in the link 
> > <
> https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.dealii.org%2Fcurrent%2Fdoxygen%2Fdeal.II%2FclassDataPostprocessorTensor.html&data=05%7C01%7CWolfgang.Bangerth%40colostate.edu%7Cc98d01e4aa464ed9fb3808dac1a3d7e0%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C638035207831485386%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000%7C%7C%7C&sdata=dGblC2ovakBl3ham3jsHZX2VHuCqOefmWOp%2Fg%2BLja2I%3D&reserved=0>
>  verbatim 
>
> > to step 8 but it says that I am "trying to use functionality in deal.II 
> > that is currently not implemented"
>
> The problem doesn't actually have anything to do with the postprocessor, 
> but with the fact that you're outputting your data in VTK format (using 
> data_out.write_vtk(...)). That function does not support tensor output, 
> either because we didn't implement it or because the VTK file format 
> doesn't support tensors -- I don't recall. In any case, switch to 
> write_vtu() instead and everything should work.
>
> 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/7fa490a6-1c8f-4cf7-9155-e930d14320afn%40googlegroups.com.

Reply via email to