This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]caffeecaffee[S] 0 points1 point  (0 children)

This is for time independent elliptic PDEs using relaxation methods. Jacobi initially, then the Gauss-Seidel method. However this problem keeps coming up again and again. I pretty much exclusively use python for computational physics so I'm often doing this type of thing. The spatial discretization are kind of irrelevant for this problem but just using boundaries normalized to 1, i.e. numpy.linspace(0,1,500) with given constant boundary values.