[Paraview] Re: one global structure

Berk Geveci berk.geveci at gmail.com
Tue Apr 26 17:11:02 EDT 2005


Hi Fabian,

Currently, there is no way of specifying the geometry and attribute
data separately. We are working on this.

-Berk


On 4/26/05, Fabian Braennstroem <f.braennstroem at gmx.de> wrote:
> Hi,
> 
> I have a rectilinear mesh for my problem and want to write
> out a lot of time steps in different files. This should be
> no problem to do; I think using 'Collection' I can collect
> them again; like this example I found:
> 
> 
>   <VTKFile type="Collection">
>   <Collection>
>   <DataSet part="0" file="a_field-part0-{timestepnumber}.vtr"/>
>   <DataSet part="1" file="a_field-part1-{timestepnumber}.vtr"/>
>   ...
>   ...
> 
>   </Collection>
>   </VTKFile>
> 
> My problem is now, that I have to write the structure and
> mesh data for every time step in every file which will
> produce a lot of bytes. Is there a way to define the grid
> and structure of all data-files global in one file, so that
> the data-files just have data in binary format inside?
> 
> Thanks and Greetings!
> Fabian
> 
> 
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list