Hi all!
I would like to apply a robin boundary condition,
− ∂ u / ∂ n = p ( u − q ) on Γ R,
where q is the sum of u over the robin boundary scaled by a factor g.
You obviously can't just put there assemble(u*ds(robinboundarymarker)). Is it possible to do this and if so, how can I implement this?