VTKOutput

Parameters

  • Required:
    • app (godzilla::App*) - Application we are part of

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

  • Optional:
    • interval (Integer) - Interval

    • name (String) - Name of the object

    • True (godzilla::Flags<godzilla::ExecuteOn>) - 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.