<div>Hi,<br>I am testing the floating region problem. <br><br>The model problem can be described as a 1D poisson equation.<br>The potential of left end is fixed as 1V, the right end is fixed as 2V.<br>In the left/right part, the conductance is low, i.e. 1<br>In the middle part, the conductance is much higher, i.e. 1e6<br><br>*-1-*-1-*-1-*-1-*-1-*-1e6-*-1e6-*-1e6-*-1-*-1-*-1-*-1-*<br><br>As a result, the potential in the middle region is weakly controled by the left and right endpoint. <br>Since the conductance of left part and right part is low, the middle region is floating.<br><br>Is it possible to use null space method here?<br>I guess the null space is the vector that the location of corresponding point in the floating region is 1.0, otherwise 0.0.<br><br>And here we solve Ax=b with null vector n.<br>The solution xn has no component parallel to n.<br>Assuming the real solution should be xn+a*n,<br>Then A(xn+a*n)=b, and a can be solved from a*n = b-Axn<br>&nbsp;<br>Am I right? Or there are some better method to process the floating region?<br>&nbsp;<br>Gong Ding<br><br></div><div>&nbsp;</div>