attach.type

Syntax

i := attach.type(a)

Note

  • In the description below, the following correspondence is assumed between 3D and 2D analysis:
    • 3D volumes <-> 2D areas

    • There is no 2D equivalence for 3D zone edges

    • 3D zone faces (surfaces) <-> 2D zone edges (lines)

Returns the attachment type.

For FLAC2D:

Returns 1, indicating that the attachment is attached to a gridpoint Returns 2, indicating that the attachment is attached to a face

For FLAC3D:

Returns 1, indicating that the attachment is attached to a gridpoint Returns 2, indicating that the attachment is attached to an edge Returns 3, indicating that the attachment is attached to a face

Returns:

i - 1, 2, or 3, indicating that the attachment is attached to a gridpoint, edge, or face

Arguments:

a - attach pointer