VTKOutput

Parameters

  • Optional:
    • file (String) - The name of the output file.

    • interval (Integer) - Interval

    • True ([String, …]) - When output should happen

class VTKOutput : public godzilla::FileOutput

VTK ASCII output.

This saves the solution into an ASCII VTK file.

Input file example:

output:
  vtk:
    type: VTKOutput
    file: 'out.vtk'

Public Functions

virtual void create() override

Called to construct the object.

virtual void output_step() override

Output a step of a simulation.