Changes between Version 3 and Version 4 of u/erica/PoissonSolver
- Timestamp:
- 08/19/13 12:28:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/PoissonSolver
v3 v4 14 14 15 15 This equation needs to 1) be satisfied by all points within a bounding region and 2) satisfy the boundary conditions on that region. This then can be interpreted as an instantaneous constraint on the system, much different than the wave-like solutions of hyperbolic equations which travel with finite speed. 16 17 Some special cases for elliptic equations are when [[latex($\kappa = 1$)]]. When f is non-zero, we have the Poisson equation, 18 19 [[latex($\triangledown ^2 u = f$)]] 20 21 when f is zero, we have Laplace's equation, 22 23 [[latex($\triangledown ^2 u = 0$)]] 16 24 17 25 = Equation Discretization =