peterrum / dealii

The development repository for the deal.II finite element library.
https://www.dealii.org/
Other
1 stars 0 forks source link

Enable VtkFlags::write_higher_order_cells for simplices #31

Open peterrum opened 3 years ago

peterrum commented 3 years ago

Places that might require modifications:

https://github.com/dealii/dealii/blob/354f1549600dedae3d2c52cb1746d69ffced6522/include/deal.II/numerics/data_out_dof_data.templates.h#L144-L180

https://github.com/dealii/dealii/blob/354f1549600dedae3d2c52cb1746d69ffced6522/source/base/data_out_base.cc#L594-L666

https://github.com/dealii/dealii/blob/354f1549600dedae3d2c52cb1746d69ffced6522/source/base/data_out_base.cc#L2688-L2736

https://github.com/dealii/dealii/blob/354f1549600dedae3d2c52cb1746d69ffced6522/source/base/data_out_base.cc#L747-L881