VTKOutput

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 std::string get_file_ext() const override

Get file extension.

Returns:

File extension

virtual void create() override

Called to construct the object.

virtual void output_step() override

Output a step of a simulation.