Dear All,
I am trying to solve a PDE in Mathematica, using the NDSolve function.
I want the solution that obeys some constraint. For example, I want the solution, say u(x,y), that satisfies integrate[u[x,y],{x,0,1}]==1.
How can I implement this constraint to the NDSolve?