Hi All,

I am trying to compute the average of integration point variables and store 
them as cell variables, and subsequently write them as cell arrays in the 
visualization. I used:

data_out.add_data_vector( cellData , "Name" , data_out.type_cell_data );

to force deal.ii to recognize that "cellData" should be interpreted as a 
cell-based data. When I read the vtu files generated by this program via 
ParaView, I found that although cellData looks like it is cell-based in the 
visualization (i.e., it is discontinuous over the cells), the data array 
itself is stored as a point array, so I couldn't use the 
Cell_Data_to_Point_Data filter to get a smoothed and continuous 
visualization. So, is there a way to write a cell-based data into cell 
arrays in vtu files?

Thanks a lot for any suggestions! Any help from the group is highly 
appreciated!

Best,
Jimmy

-- 
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/3f442541-9fff-4da9-91f9-400e7751bb68o%40googlegroups.com.

Reply via email to