Hello Fenics users,
My problem is as follow :
assume I got the element u created as u = Function(FE_space)
and the list of boundary conditions [bc1, bc2, ...]
My question is
How to apply these boundary conditions to u, such that if I plot it (plot(u)) I have to see the field only on the boundary ?
any idea that could bring a path is appreciated
thanks in advance