OOF2: The Manual

Name

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

Synopsis

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

Details

  • Parent Menu: OOF.LoadData.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

Used internally in data files.