Points

Points represent entities with a spatial position and a unique identity,

Relevant modules:

  • edelweissfe.points.node

class edelweissfe.points.node.Node(label, coordinates)[source]

A basic node. It has a label, a spatial position, and may be associated with an arbitrary number of fields.

Parameters
  • label (int) – The unique label for this node.

  • coordinates (ndarray) – The coordinates of this node.