How can I add noise to a Neumann boundary? Usually we take care of the Neumann boundary by adding another term in the linear form. (See attached link to FEniCS demo with Poisson equation and Neuman boundaries.) In the attached demo the normal derivative is set equal to g = Expression("-sin(5*x[0])"). How can I add noise to this boundary condition?
Poisson with Neumann.
http://fenicsproject.org/documentation/dolfin/1.6.0/python/demo/documented/neumann-poisson/python/documentation.html