def BCApplication(self):
     # Apply displacement boundary conditions on the surface
     BC = Classes.BC_Application(self.UI, self.CAE, self.points,
                                 self.displacements, self.triangles)
     BC.Apply()