How many point we can fix value to have a compatible problem - MathOverflow most recent 30 from http://mathoverflow.net2013-05-23T15:39:12Zhttp://mathoverflow.net/feeds/question/83139http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/83139/how-many-point-we-can-fix-value-to-have-a-compatible-problemHow many point we can fix value to have a compatible problem unknown (google)2011-12-10T19:44:02Z2011-12-10T19:44:02Z
<p>Consider a 2D Poisson equation in a rectangular domain $\Omega $with the given Neumann boundary conditions on its boundaries $\partial \Omega$.</p>
<p>$\nabla.(\lambda \nabla U)=-f(x,y) \quad in \quad \Omega$</p>
<p>$\lambda \nabla U = g(x,y) \quad on \partial \Omega$</p>
<p>In order to solve the problem above with standard Finite volume method, it is necessary to set the U to arbitrary value (usually zero) at least a node inside the domain.</p>
<p>In a special case, we need to impose the known value of U at corners of the rectangular domain. This means that the boundary conditions of the domain are the Mixed boundary condition (Dirichlet at corners ($\partial\partial \Omega$)+ Neumann boundary conditions on the edges of the domain $\quad \partial \Omega$). </p>
<p>$\nabla.(\lambda \nabla U)=-f(x,y) \quad in \Omega$</p>
<p>$\lambda \nabla U = g(x,y) \quad on \quad \partial \Omega$</p>
<p>$\lambda \nabla U = \delta_{i,j} \quad at \quad \partial\partial \Omega$
Where $\delta_{i,j}$ is Dirac delta function. In fact,at corners of the domain, the values of U is set to zero except one corner.
Is there a unique solution for the problem above? In other words, the values that are imposed at corner of the domain are compatible with the Poisson equations and the Neumann boundary condition. Another problem is how we can include the effect of corner value in standard cell centered finite volume method discretization.</p>