- Timestamp:
- Jun 22, 2010, 5:30:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/2010-projects/anuga_1d/base/generic_mesh.py
r7852 r7868 18 18 19 19 20 points = x_0 + (x_1 - x_0)*numpy.arange(n+1,dtype=numpy.float) 20 points = x_0 + (x_1 - x_0)*numpy.arange(n+1,dtype=numpy.float)/n 21 21 boundary = {(0, 0): 'left', (n-1, 1): 'right'} 22 22
Note: See TracChangeset
for help on using the changeset viewer.