OOF2: The Manual

Name

OOF.LoadData.Mesh.Initialize_Field — Initialize a Field. Used internally in Mesh data files.

Synopsis

OOF.LoadData.Mesh.Initialize_Field(mesh,field,initializer)

Details

  • Parent Menu: OOF.LoadData.Mesh
  • Callback: function _initField in module oof2.engine.IO.meshIO
  • Threadability: Threadable
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    field
    Type: A Field object.
    initializer
    Type: A field initializer from one of the ScalarFieldInit or TwoVectorFieldInit classes.

Description

Initialize a Field on a saved Mesh. If field data is saved as well, it will overwrite the Fields from the initializer.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */