Hi,

I am looking for an example C++ code that demonstrates definition of cell
data in vtkStructuredGrid. I have a code that defined fields as point data
but I would like to convert it to cell representation. As I know that cell
data does not need to extra ghost point along the edges in
vtkMultiPieceDataSet inside of vtkMultiBlockDataSet. Please correct me if
i am wrong. So, definition of the fields as cell data will improve my code
performance because I am doing lots of collective communications to create
extra ghost regions along the boundaries and as you guess it reduces the
overall performance of my code.

Regards,

--ufuk

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to