31 | | As is, Poisson's equation is set up to solve for f (be it charge density, or matter density, etc.) given some potential (e.g. electrical or gravitational, etc.). However, in most situations we have the opposite information about a system -- given the density, we seek the potential. This requires some numerical techniques for solving this 2nd order differential equation, especially for those systems that do not admit closed-form solutions. |
| 31 | As is, Poisson's equation is set up to solve for f (be it charge density, or matter density, etc.) given some u (e.g. potential- either electrical or gravitational, etc.). However, in most situations we have the opposite information about a system -- given the density, we seek the potential. This requires some numerical techniques for solving this 2nd order differential equation, especially for those systems that do not admit closed-form solutions. |
90 | | While the interpretation of Laplace's equation and the harmonic functions are nice, the same does not seem to apply for the more general Poisson's equation. Instead, the solutions to Poisson's equation are called Green's functions, and they are stitched together out of the solutions to the homogenous part of the PDE (namely, Laplace's equation. Here are some references: |
| 90 | While the interpretation of Laplace's equation and the harmonic functions are nice, the same does not seem to apply for the more general Poisson's equation. Instead, the solutions to Poisson's equation are called Green's functions, and they are stitched together out of the solutions to the homogenous part of the PDE (namely, Laplace's equation). Here are some references: |
| 91 | |
| 92 | [http://www.math.osu.edu/~gerlach.1/math/BVtypset/node87.html constructing Green's functions] |
| 93 | |
| 94 | [http://farside.ph.utexas.edu/teaching/em/lectures/node31.html related to Poisson's equation] |
| 156 | |
| 157 | Here are some of my electronic references: |
| 158 | |
| 159 | - [https://en.wikipedia.org/wiki/Order_of_accuracy Order of accuracy] |
| 160 | |
| 161 | - [http://farside.ph.utexas.edu/teaching/em/lectures/node31.html Green's functions and Poisson's equation] |
| 162 | |
| 163 | - [http://www.math.osu.edu/~gerlach.1/math/BVtypset/node87.html Constructing Green's functions] |
| 164 | |
| 165 | - [http://www.rsmas.miami.edu/personal/miskandarani/Courses/MSC321/Projects/prjpoisson.pdf Exercises I followed for my Poisson solver] |
| 166 | |
| 167 | |
| 168 | - [http://hipacc.ucsc.edu/html/HIPACCLectures/lecture_source.pdf Poisson solver info] |
| 169 | |
| 170 | - [http://geo.mff.cuni.cz/~lh/GUCAS/PDEwPGI3.pdf more PS info] |
| 171 | |
| 172 | - [http://people.sc.fsu.edu/~jburkardt/presentations/jacobi_poisson_1d.pdf more PS info] |
| 173 | |
| 174 | - [http://jupiter.ethz.ch/~pjt/FORTRAN/Class6.pdf more PS info] |
| 175 | |
| 176 | (The .pdf's are also attached to this page, in case they get taken down) |
| 177 | |
| 178 | As far as books, I referenced: |
| 179 | |
| 180 | - Numerical Recipes in Fortran - chapter 19 on PDE's |
| 181 | |
| 182 | - Leveque's Finite Differences |
| 183 | |