Changeset 843
- Timestamp:
- Feb 8, 2005, 11:54:47 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/test_generic_boundary_conditions.py
r835 r843 173 173 174 174 175 domain.time = 2.5*5*60 #Half way between step e2 and 3175 domain.time = 2.5*5*60 #Half way between steps 2 and 3 176 176 q = F.evaluate() 177 177 assert allclose(q, [2.5, (sin(2*2*pi/10) + sin(3*2*pi/10))/2]) … … 187 187 from quantity import Quantity 188 188 189 raise 'Not yet implemented' 189 190 #Create sww file of simple propagation from left to right 191 #through rectangular domain: domain1 192 193 #Create an oblique domain, 194 #rectangular with left side at an angle but fully contained within 195 #previous rectangular domain and called it domain2 196 197 #Use output from domain1 as spatio-temporal boundary for domain2 198 #and verify that results at right hand side are close. 199 200 201 202 203 #print 'File boundary_time_and_space not yet implemented' 190 204 191 205 def test_fileboundary_exception(self):
Note: See TracChangeset
for help on using the changeset viewer.