Skip to content

"output" block

Result-file output is configured in the JSON block "output".

json { "output": { "type": "vtu", "interval": 5 } }

If the block is omitted, AsFem uses VTU output with interval 1.

Options

  • "type": optional string. Supported formats are listed below. If omitted, the parser uses VTU.
  • "interval": optional integer greater than or equal to 1. Default is 1.

Supported output formats

text default vtu vtk csv

"default" and a missing "type" both map to VTU output in the current parser.