Hello, this is perhaps a simple question with an obvious answer, but I am attempting to solve what amouts to laplace's equation on a simple mesh. The issue is I have boundary conditions that specify the tangential gradients on the boundary.
For simplicity I have started with a mesh with boundaries parallel to the X and Y axes, and as an example on the top edge (parallel to the x axis) the boundary condition reads
$\frac{du}{dx}=-1$
I couldn't find anything obvious in the documentation for boundary conditions like this, but I gather the way to do this is with lagrange multipliers, is there an example in the documentation of a similar problem that I can follow?