Hi, to specify boundary constraints (not available in the FEATool Multiphysics GUI) you need to directly manipulate the "fea.bdr.d" (Dirchlet) and "fea.bdr.n" (Neumann) data fields. These fields either prescribe Dirichlet conditions, or Neumann (if a Dirchlet boundary is not set, i.e. empty []). The shape and formulation of the "bdr.d/n" fields are described a little further in the documentation, linked here
https://featool.com/doc/feastruct#bdr_structThe fields look a little different in your case since the Euler-Beam example uses Hermite shape functions, that is one row for the displacement "v", and a second for the gradient "vx", also as described
https://www.featool.com/tutorial/2017/05/30/Euler-Bernoulli-Beam-Matlab-Simulation-in-FEATool-Multiphysics/To illustrate I have attached a m-script file for the case of a beam with a center point load and simple supported edges:
ex_euler_beam4.m