Changes between Version 17 and Version 18 of u/erica/CylindricalGravity
- Timestamp:
- 01/13/15 16:17:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/CylindricalGravity
v17 v18 86 86 Together with the offsets array, this means that the values of stencil values corresponds to the cells: 87 87 88 *!StencilValues = (center, left, right, down, up)* 88 [[latex($StencilValues = (center, left, right, down, up)$)]] 89 89 90 This means that we need to modify the elements StencilValues(1) and (2) for Cylindrical self-gravity. 90 This means that we need to '''modify the elements !StencilValues(1) and !StencilValues(2) for Cylindrical self-gravity''', as ticket 150 shows. This means setting, 91 92 [[latex($StencilValues(1)=1- \frac{\Delta r}{2r} $)]] 93 94 [[latex($StencilValues(2)=1+ \frac{\Delta r}{2r} $)]]