Re: boundary condition
- To: mathgroup at smc.vnet.net
- Subject: [mg99687] Re: boundary condition
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 11 May 2009 06:24:24 -0400 (EDT)
- References: <gu666f$9sk$1@smc.vnet.net>
Hi, Mathematica can't solve elliptical problems. And I have no idea why it works for you. Regards Jens Janpou Nee wrote: > 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? >