zone.join

Syntax

j := zone.join(z,i)

Get the zone joined to face i of zone z. This will return null if there is no zone connected to that face. Note that the connection must be topologically perfect.

Returns:

j - the zone across the face, or null if non exists

Arguments:

z - a pointer to a zone

i - the face number of the zone being checked. This is a number from 1 to 6 for hexahedral zones. If the face does not exist for other zone types, null will always be returned.