OOF2: The Manual
Name
Other Mesh (ThreeVectorOtherMeshInit) — Initialize a three-vector field from the same field on another mesh.
Synopsis
ThreeVectorOtherMeshInit(mesh, time)
Details
-
Base class:
ThreeVectorFieldInit -
Parameters:
mesh- Copy field values from this Mesh. Type: The path to an existing
Meshobject. time- Use values at this time in the source Mesh. Type: A floating point number, or the earliest or latest time.
Description
ThreeVectorOtherMeshInit objects are used as
the initializer argument in the OOF.Mesh.Set_Field_Initializer command when
assigning initial values to three dimensional vector Fields on a
Mesh. Three dimensional vector Fields can occur in the out-of-plane parts of
CompoundFields. ThreeVectorOtherMeshInit
copies Field values from another Mesh, interpolating as
necessary if the Nodes of the source Mesh do not correspond to
the Nodes of the target Mesh.
The mesh parameter specifies the
source Mesh. The target Mesh is given by
the mesh parameter of the OOF.Mesh.Set_Field_Initializer command.



