ExodusIIWriter (ExodusIIWriter)
 
Writer to write Exodus II files. Refere to http://endo.sandia.gov/SEACAS/

for more information about the Exodus II format.

PropertyDescriptionDefault Value(s)Restrictions
File Name
(FileName)
The name of the file to be written.    
Ghost Level
(GhostLevel)
The number of ghost levels to include in the output file(s). Note that some writers (such as ExodusIIWriter) may not support writing ghost levels. 0

The value must be greater than or equal to 0.

 
Input
(Input)
The input filter/source whose output dataset is to written to the file.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkUnstructuredGrid.

 
Write All Time Steps
(WriteAllTimeSteps)
When WriteAllTimeSteps is turned ON, the writer is executed once for each timestep available from the reader. 0

Only the values 0 and 1 are accepted.