On Thu, Sep 1, 2011 at 9:47 PM, Alan Wei <span dir="ltr">&lt;<a href="mailto:zhenglun.wei@gmail.com">zhenglun.wei@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear All, 
<div>    I hope you&#39;re having a nice day. </div><div>    I&#39;m still working on this Poisson solver example, and I still have a little confusion on the boundary condition. I wonder if I have a 17*17 grid. (index i = 0~16 and j = 0~16, solving for variable &#39;u&#39;)</div>

<div>1) If a Dirichlet BC applied on the left boundary, i.e. u= 1, is that all values with u[i= 0][]  = 1 or with u[i= -1][]  = 1 (where, u[i=-1][] are ghost grids left next to grid of u[i= 0][]).</div></blockquote><div>
<br></div><div>Unless you define the boundary as PERIODIC or GHOSTED, the -1 does not exist. I set Dirichlet conditions at 0 and M-1.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div>2) If a Neumann BC applied on the right boundary, i.e. du/dx = 0, is that (u[i=16][]-u[i=15][])/dx= or  (u[i=17][]-u[i=16][])/dx = 0 (where u[i =17][] are ghost grids right next to grid of u[i = 16][]).</div>
<div>   Thank you so much.</div></div></blockquote><div><br></div><div>Same answer.</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div>best,</div><div>Alan</div><div><br></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<br>