OOF2: The Manual

Name

Union (UnionSubProblem) — Construct a Subproblem from the union of two previously defined Subproblems

Synopsis

UnionSubProblem(one,another)

Details

  • Base class: SubProblemType
  • Parameters:

    one
    The name of a subproblem. Type: A character string.
    another
    The name of another subproblem. Type: A character string.

Description

Create a new SubProblem from two existing SubProblems in the same Mesh. Any Element included in either of the two existing SubProblems will be included in the new one.