Hello, yes, you can use high-order output using the `DataOut` class after setting the corresponding `DataOutFlags` flag *write_higher_order_cells* <https://www.dealii.org/current/doxygen/deal.II/structDataOutBase_1_1VtkFlags.html#aa9dd1830c0ff35a2431704c4d45453eb> .
The tutorials step-11, step-44, step-65, step-67, and step-76 demonstrate that feature. Best, Marc On Wednesday, October 27, 2021 at 5:05:22 AM UTC-6 [email protected] wrote: > Hi all, > > I am using high order methods ad I am trying to export the mesh points. I > am using *grid_out.write_msh(triangulation, out).* > Is it any other way to get the mesh points including the ones > corresponding to the high orders? > > Thank you > -- 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/d5608009-022c-478c-97af-8ee2b2d23369n%40googlegroups.com.
