[Paraview-developers] change to vtkPVWriter

Fisk, Lee Ann lafisk at sandia.gov
Tue Oct 5 14:47:34 EDT 2004


I've made a small change to vtkPVWriter that I would like to check in. 
It makes it possible for our parallel Exodus writer and parallel EnSight
writer to be used in ParaView.  It's kind of clumsy, I just surrounded
the XML writer method invocations with

if (strstr(this->WriterClassName, "XMLP")){}

Without this change, all parallel writers are assumed to respond to the
methods that XML writers respond to.

Thank you for the recent change that allows parallel writers to appear
when running in serial mode.  That was the other part of our problem.

Lee Ann
-- 
Lee Ann Fisk, Department 9227
Data Analysis and Visualization
Sandia National Laboratories
505-844-2059




More information about the Paraview-developers mailing list