[CIG-LONG] Controlling Gale Output

Walter Landry walter at geodynamics.org
Tue May 5 15:19:11 PDT 2009


Walter Landry <walter at geodynamics.org> wrote:
> Mark Fleharty <mark.fleharty at gmail.com> wrote:
> > Hello,
> > 
> > I may have missed this in the manual, but when Gale produces the vts
> > and particle files, there is a tremendous amount of data.  Is it
> > possible to supress that output so that can I exclude things like:
> > VelocityField
> > VelocityGradientsField
> > VorticityField

I have implemented a better version in the repository.  You can now
specify a list of fields to output.  For your case, add the lines

  <list name="VTKOutput_FieldList">
    <param>VelocityField</param>
    <param>VelocityGradientsField</param>
    <param>VorticityField</param>
  </list>

to your input file.

> > I would also like to not output the particles files at all.

I have implemented a better solution for this too.  If you add

   <param name=VTKOutput_Particles>False</param>

to your input file, then it will not output the particle files.
Similarly for the variable VTKOutput_Fields.

Cheers,
Walter Landry
walter at geodynamics.org


More information about the CIG-LONG mailing list