Cosmetic changes
This commit is contained in:
parent
66db2398ff
commit
e0ed0a324c
1 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ class Grid(object):
|
||||||
is generated based on the coordinates of the boundary points). Also does
|
is generated based on the coordinates of the boundary points). Also does
|
||||||
straightforward natural <-> grid unit conversion.
|
straightforward natural <-> grid unit conversion.
|
||||||
|
|
||||||
self.grids[i][a,b,c] contains the value of epsilon for the cell located at
|
self.grids[i][a,b,c] contains the value of epsilon for the cell located around
|
||||||
(xyz[0][a] + dxyz[0][a] * shifts[i, 0],
|
(xyz[0][a] + dxyz[0][a] * shifts[i, 0],
|
||||||
xyz[1][b] + dxyz[1][b] * shifts[i, 1],
|
xyz[1][b] + dxyz[1][b] * shifts[i, 1],
|
||||||
xyz[2][c] + dxyz[2][c] * shifts[i, 2]).
|
xyz[2][c] + dxyz[2][c] * shifts[i, 2]).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue