zone gridpoint merge command

Syntax

zone gridpoint merge <keyword> <range>

Primary keywords:

tolerance-relative    tolerance-absolute

Attempts to merge all gridpoints in the range. A gridpoint will be merged if another gridpoint falls within a distance given by the tolerances specified. The following optional keywords are available to manually specify the tolerances used.

tolerance-relative f

Specifies a relative tolerance value. This is converted to an absolute tolerance by multiplying it to the minimum edge length of all zones connected to the gridpoint. The default value is 0.01. If both an absolute and a relative tolerance are specified, the value used on any given gridpoint is the maximum of the two.

tolerance-absolute f

Specifies an absolute tolerance value. The default value is 0. If both an absolute and a relative tolerance are specified, the value used on any given gridpoint is the maximum of the two.