Hi!
I am working on solving a PDE using an integral constraint. For example, let’s say we want to solve the Poisson equation
\Delta u=C\text{ in }\Omega,
u=0\text{ on }\partial\Omega,
where C is constant in \Omega, with the integral constraint
\int_\Omega u\mathrm{d}\Omega = 1.
To satisfy this constraint, I would like to use the constant C as a variable.
Is this type of problem possible to solve in ngsolve? I’ve tried using ngsolve.Integrate inside the bilinear form but that seems to be impossible.
Thanks!
Cas