OOF2: The Manual

Name

OOF.Mesh.Copy_Field_State — Copy the Field state (defined, active, etc) from one Mesh to another.

Synopsis

OOF.Mesh.Copy_Field_State(source,target)

Details

  • Parent Menu: OOF.Mesh
  • Callback: function _copyFieldState 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

This command copies the Field state from the default SubProblem in one Mesh to another, meaning that the same Fields will be defined, active, and in-plane in the target Mesh as in the source Mesh. If Fields were explicitly initialized in the source Mesh, the initializers will be copied, but the command does not copy the Field values. (This is because the source and target meshes might have quite different geometries.)

DEPRECATED. Use OOF.Subproblem.Copy_Field_State instead.