OOF2: The Manual

Name

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

Synopsis

OOF.Mesh.Copy_Equation_State(source,target)

Details

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