3.4.6.7. OutputWriter
The OutputWriter I/O module writes a human-readable summary of all nodes
per cycle to a text file. It uses the global print routine to include node IDs,
coordinates, and active dof values.
3.4.6.7.1. Overview
Module type: OutputWriter
Output file:
<prefix>_glob.outby default, or a customfilename.On-screen print: optionally prints the same summary to stdout.
3.4.6.7.2. Parameters
3.4.6.7.2.1. Mandatory Parameters
Parameter |
Description |
|---|---|
|
Must be set to |
3.4.6.7.2.2. Optional Parameters
Parameter |
Description |
|---|---|
|
Output file name (default: |
|
|
3.4.6.7.3. Examples
examples/elements/sls/sls_cantilever02.pro
3.4.6.7.4. See Also
Related writers: MeshWriter, GraphWriter, ContourWriter