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.out by default, or a custom filename.

  • 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

type

Must be set to "OutputWriter"

3.4.6.7.2.2. Optional Parameters

Parameter

Description

filename

Output file name (default: <prefix>_glob.out)

onScreen

true to also print to stdout (default: false)

3.4.6.7.3. Examples

  • examples/elements/sls/sls_cantilever02.pro

3.4.6.7.4. See Also