Changeset 8488 for trunk/anuga_core/source/anuga/file/test_sww.py
- Timestamp:
- Aug 1, 2012, 3:45:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file/test_sww.py
r8455 r8488 60 60 Bt = Transmissive_boundary(domain) 61 61 Bd = Dirichlet_boundary([0.2,0.,0.]) 62 Bw = Time_boundary(domain=domain,f =lambda t: [(0.1*sin(t*2*pi)), 0.0, 0.0])62 Bw = Time_boundary(domain=domain,function=lambda t: [(0.1*sin(t*2*pi)), 0.0, 0.0]) 63 63 64 64 #domain.set_boundary({'left': Bd, 'right': Br, 'top': Br, 'bottom': Br})
Note: See TracChangeset
for help on using the changeset viewer.