Changes between Version 19 and Version 20 of u/erica/CylindricalGravity


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

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/CylindricalGravity

    v19 v20  
    9999This routine is responsible for making changes to the stencil coefficients, for say, ghost zones, or differing geometry. This is where the mods to the stencil for 2.5D geometry will take place.
    100100
     101Since stencil values is a module wide variable, we should not modify it itself in any routine. Instead, we define a new array, tempStencilValues, set it = !StencilValues, and then modify elements of this new array when necessary. 
     102
     103The routine begins by
     104