nn

 

Prints information about the nearest neighbors of a given point.
Format
nn / point 1 / point 2

 

nn Parameters

Parameters

Type/Value

Description/Default

point_1

integer

Any mass point.

point_2

integer

Any mass point.

 

nn Point 1 Output

Value

Description

ntet

Number of tetrahedra associated with point 1.

mt

Equals imt

tp

Equals itp

hb

Equals ihb

rb

Equals irb

n1

Equals nn1

n2

Equals nn2

cr

Equals icr

nnj

Number of face neighbors for point 1.

nnk

Number of edge neighbors involved with all face neighbors.

nna

Array of face neighbors.

nn

Number of edge neighbors for each face neighbor.

x, y, z

coordinates

a

 

v(point 1)

Sum of all partial volumes between point 1 and all face neighbors.

v(nna)

Sum of partial volumes between point 1 and each face neighbor.

nnb

Array of edge neighbors - listed as they are associated with each face neighbor.

nn Point 2 Output
Information in the output is the same as above except that:
  • all values printed out apply to the nearest neighbors of both point 1 and point 2
  • the connectivity between the two points is also printed out in the format described in the nntet command.