Re: [R] finite difference scheme for 2D differential equations

2010-05-11 Thread Thomas Petzoldt
Hello Subodh Acharya, I've been away for a field trip for two weeks, and I guess you have already found a solution for your problem. If your question is still open, you may consider to look into package deSolve that now provides functions (ode1D, ode2D and ode3D) for solving 1-3 dimensional

[R] finite difference scheme for 2D differential equations

2010-04-25 Thread Subodh Acharya
Hello everyone, I am trying to solve 2D differential equations using finite difference scheme in R. I have been able to work with the equations with only one spatial dimensions but I want to extend it to the two dimensional problem. For example i can simulate one dimensional diffusion using a co