OOF2: The Manual

Name

Xor (XorSubProblem) — Construct a Subproblem from the exclusive or of two previously defined Subproblems.

Synopsis

XorSubProblem(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 just one of the two existing SubProblems will be included in the new one.