OOF2: The Manual

Name

OOF.Subproblem.Copy_Equation_State — Copy the set of active Equations from one Subproblem to another.

Synopsis

OOF.Subproblem.Copy_Equation_State(source,target)

Details

  • Parent Menu: OOF.Subproblem
  • Callback: function _copyEquationState 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 Equation state from one SubProblem to another, meaning that the same Equations will be active in the target SubProblem as in the source SubProblem.