OOF2: The Manual

Name

OOF.Mesh.Scheduled_Output.New — Create an output operation to be performed during a time evolution.

Synopsis

OOF.Mesh.Scheduled_Output.New(mesh,name,output)

Details

  • Parent Menu: OOF.Mesh.Scheduled_Output
  • Callback: function _newOutput in module ooflib.engine.IO.scheduledoutputmenu
  • Parameters:

    mesh
    Define an output operation on this mesh. Type: The path to an existing Mesh object.
    name
    A name for the new output operation. Type: A character string, or the variable automatic.
    output
    The output operation. Type: An object of the ScheduledOutput class.

Description

Define a new output operation to be performed while solving a time-dependent problem on a Mesh. To be computed, the operation must have a schedule defined by OOF.Mesh.Scheduled_Output.Schedule and a destination set by OOF.Mesh.Scheduled_Output.Destination.

Every operation in a Mesh needs to have a unique name. If the given name parameter is already in use in the Mesh, a suffix of the form <x> will be appended.

The output parameter defines the operation to be performed. It can be any member of the ScheduledOutput class.