OOF2: The Manual

Name

OOF.Mesh.Copy_Field_Initializers — Copy all of the relevant Field initializers from one Mesh to another.

Synopsis

OOF.Mesh.Copy_Field_Initializers(source, target)

Details

  • Parent Menu: OOF.Mesh
  • Callback: function _copyFieldInits in module ooflib.engine.IO.meshmenu
  • Parameters:

    source
    Type: The path to an existing Mesh object.
    target
    Type: The path to an existing Mesh object.

Description

Copy all of the Field and floating boundary condition initialization functions from the source Mesh to the target Mesh. This does not actually initialize the Fields in the target Mesh. If a Field is not defined in the target Mesh, its initializer will not be copied. A boundary condition initializer will be copied only if the target Mesh has a floating boundary condition with the same name.