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:                 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/b7a853b9-a320-42ea-0feb-e93f0175a016%40colostate.edu.

Reply via email to