OOF2: The Manual

Name

Discrete Points (DiscretePointSampleSet) — Evaluate data at a the given point(s).

Synopsis

DiscretePointSampleSet(show_x,show_y)

Details

  • Base class: SampleSet
  • Parameters:

    show_x
    Include or exclude this data from the output. Type: Boolean, 0 (false) or 1 (true).
    show_y
    Include or exclude this data from the output. Type: Boolean, 0 (false) or 1 (true).

Description

DiscretePointSampleSet objects are part of the post-solution analysis framework, in which useful data is extracted from the Mesh. The SampleSet determines how data is extracted from the sampling Domain. When sampling is set to DiscretePointSampleSet, data is extracted from specified points in the Domain.

The SpacedGridSampleSet belongs to the point SampleSet category.

The show_x and show_y parameters govern whether the x and y positions of the points will be displayed along with the data.