StructCommand: Difference between revisions
Jump to navigation
Jump to search
(New page: = STRUCTURE = struct - read/write the mesh and solution information == Synopsis == === struct === [ (infile=<c> | outfile=<c> )] == Description == The structure statemen...) |
(No difference)
|
Latest revision as of 15:34, 15 September 2008
STRUCTURE
struct - read/write the mesh and solution information
Synopsis
struct
[ (infile=<c> | outfile=<c> )]
Description
The structure statement allows the user to read and write the entire mesh and solution set. The data saved is from the current set of solution values.
- infile, outfile
- These parameters specify the name of the file to be read or written. An existing file will be overwritten. These two commands use the native file format.
Examples
structure infile=foo
This command reads in a previously saved structure in file foo.
structure outf = bar.str
This command saves the current structure in the file bar.str.