Changes between Version 18 and Version 19 of u/erica/scratch
- Timestamp:
- 02/08/16 12:15:45 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/scratch
v18 v19 15 15 [[latex($ \boxed{k = \frac{1}{~\Sigma ~e^{-dx*i}-e^{-4dx}}} $)]] 16 16 17 Note that the sum runs over cells i=0 to 1, where the '0th' cell is the cell the sink is in, and the '4th' cell is the furthest cell from the sink in the kernel, that the exponential goes to zero at this boundary, and dx*i gives a position (which here assumes the sink is at the cell center , but will be more general in the code).17 Note that the sum runs over cells i=0 to 1, where the '0th' cell is the cell the sink is in, and the '4th' cell is the furthest cell from the sink in the kernel, that the exponential goes to zero at this boundary, and dx*i gives a position (which here assumes the sink is at the cell center -- the actual function is described below). 18 18