Changeset 8427 for trunk/anuga_core/documentation
- Timestamp:
- May 16, 2012, 9:22:03 PM (13 years ago)
- Location:
- trunk/anuga_core/documentation
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/documentation/requirements/update_anuga_requirements.py
- Property svn:executable deleted
-
trunk/anuga_core/documentation/user_manual/anuga_user_manual.tex
r7951 r8427 1147 1147 if project.scenario == 'fixed_wave': 1148 1148 # Huge 50m wave starting after 60 seconds and lasting 1 hour. 1149 Bw = anuga.Time_boundary(domain=domain, 1150 function=lambda t: [(60<t<3660)*50, 0, 0]) 1149 Bw = anuga.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary( 1150 domain=domain, 1151 function=lambda t: [(60<t<3660)*50, 0, 0]) 1151 1152 domain.set_boundary({'ocean_east': Bw, 1152 1153 'bottom': Bs, -
trunk/anuga_core/documentation/user_manual/demos/cairns/runcairns.py
r7838 r8427 101 101 if project.scenario == 'fixed_wave': 102 102 # Huge 50m wave starting after 60 seconds and lasting 1 hour. 103 Bw = anuga.Time_boundary(domain=domain, 104 function=lambda t: [(60<t<3660)*50, 0, 0]) 103 Bw = anuga.Transmissive_n_momentum_zero_t_momentum_set_stage_boundary( 104 domain=domain, 105 function=lambda t: [(60<t<3660)*50, 0, 0]) 106 105 107 domain.set_boundary({'ocean_east': Bw, 106 108 'bottom': Bs, -
trunk/anuga_core/documentation/user_manual/update_anuga_user_manual.py
- Property svn:executable deleted
-
trunk/anuga_core/documentation/user_manual/version.tex
r7951 r8427 7 7 % release version; this is used to define the 8 8 % \version macro 9 \release{1.2. 0}9 \release{1.2.1}
Note: See TracChangeset
for help on using the changeset viewer.