How can I apply point load in three point bend test and fix both x and y displacement at bottom left corner and y displacement at bottom right corner. I have defined the class as:
class Bottom_left(SubDomain):
def inside(self,x,on_boundary):
return (near (x1,-1.0) and near(x[0],0.0))
Thanks in advance