Dear all,
I have a working code that outputs pvtu/vtu files for visualisation.
I have read the
wiki page 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