Changes between Version 19 and Version 20 of u/erica/CylindricalGravity
- Timestamp:
- 01/13/15 16:31:40 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/CylindricalGravity
v19 v20 99 99 This 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. 100 100 101 Since 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 103 The routine begins by 104