OOF2: The Manual
Name
OOF.Mesh.Apply_Field_Initializers — Initialize all Fields.
Synopsis
OOF.Mesh.Apply_Field_Initializers(mesh)
Description
Apply all of the given Mesh's Field initializers
at the Mesh's current time. This sets the
values of the Fields at all of the Nodes where the Fields are
defined, if an
initializer has been assigned to
the Field.
To set time as
well as the Field values, use OOF.Mesh.Apply_Field_Initializers_at_Time
instead.
In the GUI, this command is invoked by the button in the Field Initialization pane of the Solver page.



