boundary condition
- To: mathgroup at smc.vnet.net
- Subject: [mg99666] boundary condition
- From: Janpou Nee <jpnee2000 at yahoo.com.tw>
- Date: Sun, 10 May 2009 05:19:25 -0400 (EDT)
Could anybody tell me why this does work (periodic boundary condition)? pde = {0 == D[u[x, y], x, x] + D[u[x, y], y, y]}; bc = {u[x, 0] == u[x, 2*Pi], u[1, y] == u[2, y]}; And how should I fix it?