source: inundation/ga/storm_surge/pyvolution @ 659

Name Size Rev Age Author Last Change
../
documentation 626   20 years ole Added beginnings of some docu
wiki 627   20 years duncan update
advection.py 5.7 KB 271   20 years ole Made evlove specialisation in advection module
bed_w_eden_boundary.py 1.7 KB 624   20 years ole
bed_w_file_boundary.py 1.9 KB 624   20 years ole
cg_solve.py 1.6 KB 599   20 years ole Removed old print statements polluting the output from unit testing
compile.py 7.3 KB 644   20 years ole Fixed bug with compiler optimisation flag. Now it is O3 and speed of …
config.py 1.9 KB 566   20 years ole First stab at wind stress from file
cornell_room.py 3.0 KB 489   20 years ole Applied smoothing to cornell data
cornell_room_medres.poly 316.8 KB 317   20 years ole Started playing with the Cornell Room
data_manager.py 24.3 KB 620   20 years ole Added functionality for storing momentum (x and y) as well as water …
doit.py 243 bytes 484   20 years ole First stab at using quad trees in least_squares. Unit tests pass and …
domain.py 17.8 KB 659   20 years ole Added functionality for settimng quantities according to polygons
Eden_Australia_31082004.txt 12.4 KB 324   20 years ole Played with file boundary. Added set_vertex_values w/ Duncan
flatbed.py 1.3 KB 659   20 years ole Added functionality for settimng quantities according to polygons
flatbed_compare.py 1.3 KB 483   20 years ole
general_mesh.py 7.6 KB 653   20 years ole Work towards polygon setting
generic_boundary_conditions.py 10.9 KB 623   20 years ole Created and tested general File_function (reading and interpolating …
hires2.poly 6.0 MB 320   20 years ole
HUSK.txt 940 bytes 645   20 years ole Comments
interface.py 17 bytes 195   20 years ole
interpolate_sww.py 6.2 KB 631   20 years duncan user can choose the quantity to interpolate
least_squares.py 21.2 KB 641   20 years ole Test of interpolation using different points from those used in the fit
lowres2.poly 95.2 KB 320   20 years ole
meri0.dat 1.1 MB 523   20 years chris
meri0.xya 923.6 KB 503   20 years duncan changed to correct format
merimbula_77668.tsh 4.7 MB 399   20 years chris
merimbula_77668_out.tsh 5.2 MB 504   20 years duncan output from meri0.xya fitted to merimbula_77668, default alpha
mesh.py 16.4 KB 655   20 years ole Added inside_polynomial and point_on_line with tests
mesh_factory.py 14.8 KB 543   20 years ole Added circular mesh (not suitable for detailed grids, though)
netherlands.py 3.8 KB 649   20 years ole
pmesh2domain.py 5.5 KB 636   20 years ole Comments
pressure_force.py 2.3 KB 566   20 years ole First stab at wind stress from file
python_versions.py 12 bytes 195   20 years ole
quad.py 11.9 KB 611   20 years duncan Optimised the least_squares algorithm for building A matrix
quantity.py 25.8 KB 659   20 years ole Added functionality for settimng quantities according to polygons
quantity_ext.c 15.2 KB 587   20 years steve testing sparse
quantity_ext.h 764 bytes 258   20 years ole Added C-headers to share code Removed length and distance from util
realtime_visualisation.py 7.0 KB 324   20 years ole Played with file boundary. Added set_vertex_values w/ Duncan
region.py 1.9 KB 592   20 years duncan 1st pass at region class to make setting values for a region easy.
run_profile.py 1.4 KB 515   20 years ole Identified potential optimisation in Manning friction using Taylor …
run_tsh_weir.py 2.4 KB 390   20 years duncan added run_tsh_weir to run specific weir elevation example.
shallow_water.py 38.3 KB 659   20 years ole Added functionality for settimng quantities according to polygons
shallow_water_ext.c 20.4 KB 614   20 years ole Played with wind stress + c-extension
show_balanced_limiters.py 2.1 KB 305   20 years ole Some renaming Added tidal cycle data
sparse.py 9.7 KB 605   20 years ole Implemented matrix-matrix mult in c-extension using CSR format - all …
sparse_ext.c 4.6 KB 605   20 years ole Implemented matrix-matrix mult in c-extension using CSR format - all …
test_advection.py 4.8 KB 648   20 years ole Refactoring boundary structure to allow None Boundary object for …
test_all.py 1.5 KB 474   20 years ole Added test_sparse.py unit test of sparse.py
test_cg_solve.py 3.9 KB 599   20 years ole Removed old print statements polluting the output from unit testing
test_data_manager.py 12.5 KB 353   20 years duncan added more least squares tests, investigating sww files
test_domain.py 13.5 KB 648   20 years ole Refactoring boundary structure to allow None Boundary object for …
test_general_mesh.py 1.2 KB 530   20 years duncan adding test, removing dead code
test_generic_boundary_conditions.py 6.8 KB 648   20 years ole Refactoring boundary structure to allow None Boundary object for …
test_interpolate_sww.py 6.7 KB 631   20 years duncan user can choose the quantity to interpolate
test_least_squares.py 24.5 KB 642   20 years ole Added test
test_mesh.py 19.3 KB 648   20 years ole Refactoring boundary structure to allow None Boundary object for …
test_quad.py 3.3 KB 484   20 years ole First stab at using quad trees in least_squares. Unit tests pass and …
test_quantity.py 25.4 KB 590   20 years duncan set_function_values now handles a subset of triangles. Old and new code.
test_region.py 2.7 KB 592   20 years duncan 1st pass at region class to make setting values for a region easy.
test_shallow_water.py 81.7 KB 648   20 years ole Refactoring boundary structure to allow None Boundary object for …
test_sparse.py 4.2 KB 599   20 years ole Removed old print statements polluting the output from unit testing
test_util.py 14.0 KB 659   20 years ole Added functionality for settimng quantities according to polygons
testpoly.txt 56 bytes 659   20 years ole Added functionality for settimng quantities according to polygons
treenode.py 3.7 KB 518   20 years ole Looked at friction
util.py 13.2 KB 659   20 years ole Added functionality for settimng quantities according to polygons
util_ext.c 1.5 KB 258   20 years ole Added C-headers to share code Removed length and distance from util
util_ext.h 1.3 KB 265   20 years ole Interpoalte_from_vertices_to_edges - implemented in C
weir_domain_refined.tsh 229.7 KB 373   20 years duncan changed to new .tsh format
wind_example_scalar.py 1.0 KB 614   20 years ole Played with wind stress + c-extension
wind_example_variable.py 2.2 KB 624   20 years ole
  • Property svn:externals set to
  • Property svn:ignore set to
    quantity_ext.c
Note: See TracBrowser for help on using the repository browser.