Dear all, I have a working code that outputs pvtu/vtu files for visualisation.
I have read the wiki page <https://github.com/dealii/dealii/wiki/Notes-on-visualizing-high-order-output> for writing and visualising high order output. Currently, I only have straight-edge quadrilaterals so I the only change I have made to my code is to update VtkFlags and set them in the DataOut object (as below). Please correct me if I am missing anything here. DataOutBase::VtkFlags flags; flags.write_higher_order_cells = true; data_out.set_flags(flags); However, the output of this modified code still produces linear variation when visualised. I have also set the Nonlinear Subdivision Level in paraview accordingly. But is seems to produce no change. What am I missing? Thanking in anticipation Vachan -- 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/8c366b2b-2cc4-430d-9d14-6415693d7556n%40googlegroups.com.