Changes between Version 18 and Version 19 of u/erica/PoissonSolver


Ignore:
Timestamp:
08/19/13 13:02:36 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/PoissonSolver

    v18 v19  
    1515The solution to this equation needs to simultaneously 1) satisfy this equation at all points within a bounding region and 2) satisfy the boundary conditions on that region. Thus, this equation + solution can be thought of as an instantaneous system, much different than the wave-like solutions of hyperbolic equations which travel with finite speed. Indeed, the numerical methods for solving hyperbolic equations compared to elliptic equations are much different. Apart from their classification as either boundary value or initial value problems, they can be thought of as "time-evolution" or "static" problems respectively, from a computational point of view (see Fortran Numerical Recipes, Press et al, Vol. 2, Chapt. 19 - Partial Differential Equations). The following figure from that book illustrates this concept:
    1616
    17 [[Image(PDENumerics.png, 35%)]]
     17[[Image(PDENumerics.png, 50%)]]
    1818
    1919Some special cases for elliptic equations occur when [[latex($\kappa = 1$)]]; when f is non-zero, we have the Poisson equation,