Structure.add_node_to_node_index

Structure.add_node_to_node_index(key, xyz, virtual=False)[source]

Adds the node to the node_index dictionary.

Parameters
  • key (int) – Prescribed node key.

  • xyz (list) – [x, y, z] co-ordinates of the node.

  • virtual (bool) – Is the node virtual or not.

Returns

None