Dear Wolfgang, Thank you for your answer. I can see that for VTK there is the option of: *DataOutBase::VtkFlags flags;* * flags.write_higher_order_cells = true;*
I could not find anything similar for HDF5. When exporting the results and the mesh, I can only see the nodes corresponding to the first order, so I always get less dof than what I actually have. Is there any option to export all the corresponding dof? Thank you Regards, H El miércoles, 30 de marzo de 2022 a las 22:05:56 UTC+2, Wolfgang Bangerth escribió: > On 3/30/22 05:40, Hermes Sampedro wrote: > > > > I want to use the function /write_hdf5_parallel()/ with the > > corresponding/DataOutFilter/ and /DataOutFilterFlags /to export my > > domain solution. I am working with higher-order methods and I can not > > find any option on the HDF5 format (and filter) to add the high order > > points to the exported vector file. Is that supported? > > When you say high order points, are you saying that you want your cells > to show up with curved edges (like is possible with VTK/VTU in recent > versions)? Or that you want each cell to be subdivided into smaller > subdivisions? > > I'm not sure the former is possible in HDF5 at all. > > 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/95fa313a-4e51-4ccf-899d-2eb3f1412a7cn%40googlegroups.com.
