is_exist (method)

is_exist(self, new_coord, dim=2)[source]

Check the existence of a node defined by its coordinates

Parameters
  • self (PointMat) – an PointMat object

  • coord (ndarray) – coordinate of the node

Returns

True if the element already exist

Return type

bool