- Timestamp:
- Jun 16, 2010, 5:30:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/2010-projects/anuga_1d/base/generic_mesh.py
r7842 r7852 10 10 import numpy 11 11 12 def interval_mesh(n, x_0=0.0, x_1=1.0):12 def uniform_mesh(n, x_0=0.0, x_1=1.0): 13 13 """Create points, and boundary for a uniform mesh with n sub-interval 14 14 ranging from x_0 to x_1
Note: See TracChangeset
for help on using the changeset viewer.