OOF2: The Manual

Name

Intersection (IntersectionSubProblem) — Construct a Subproblem from the intersection of two previously defined Subproblems

Synopsis

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