Changes between Version 17 and Version 18 of u/erica/CylindricalGravity


Ignore:
Timestamp:
01/13/15 16:17:04 (10 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/CylindricalGravity

    v17 v18  
    8686Together with the offsets array, this means that the values of stencil values corresponds to the cells:
    8787
    88 *!StencilValues = (center, left, right, down, up)*
     88[[latex($StencilValues = (center, left, right, down, up)$)]]
    8989
    90 This means that we need to modify the elements StencilValues(1) and (2) for Cylindrical self-gravity.
     90This 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} $)]]