OOF2: The Manual

Name

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

Synopsis

OOF.Subproblem.Copy_Field_State(source,target)

Details

  • Parent Menu: OOF.Subproblem
  • Callback: function _copyFieldState in module ooflib.engine.IO.subproblemmenu
  • Parameters:

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

Description

This command copies the Field state from one SubProblem to another, meaning that the same Fields will be defined, active, and in-plane in the target SubProblem as in the source SubProblem. If Fields were explicitly initialized in the source SubProblem, 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.)