ExodusIIOutput

class ExodusIIOutput : public godzilla::FileOutput

ExodusII output.

This saves the solution into an ExodusII file.

Input file example:

output:
  exo:
    type: ExodusIIOutput
    file: 'out'

This output works only with finite element problems

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.