../
|
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.0 KB
|
590
|
20 years
|
duncan |
set_function_values now handles a subset of triangles. Old and new code.
|
Eden_Australia_31082004.txt
|
12.4 KB
|
324
|
20 years
|
ole |
Played with file boundary.
Added set_vertex_values w/ Duncan
|
flatbed.py
|
1003 bytes
|
505
|
20 years
|
ole |
this is a test from GA
|
flatbed_compare.py
|
1.3 KB
|
483
|
20 years
|
ole |
|
general_mesh.py
|
7.2 KB
|
549
|
20 years
|
duncan |
fixed comments
|
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.1 KB
|
645
|
20 years
|
ole |
Comments
|
mesh_factory.py
|
14.8 KB
|
543
|
20 years
|
ole |
Added circular mesh (not suitable for detailed grids, though)
|
netherlands.py
|
3.9 KB
|
479
|
20 years
|
steve |
problem with netherland.py
|
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.6 KB
|
593
|
20 years
|
duncan |
comments
|
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
|
623
|
20 years
|
ole |
Created and tested general File_function (reading and interpolating …
|
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
|
195
|
20 years
|
ole |
|
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
|
12.8 KB
|
546
|
20 years
|
duncan |
geting and setting values with a set of triangles - used with region tags
|
test_general_mesh.py
|
1.2 KB
|
530
|
20 years
|
duncan |
adding test, removing dead code
|
test_generic_boundary_conditions.py
|
6.8 KB
|
625
|
20 years
|
ole |
|
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.6 KB
|
601
|
20 years
|
ole |
Allowed for internal boundaries (again:-)
|
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
|
80.3 KB
|
623
|
20 years
|
ole |
Created and tested general File_function (reading and interpolating …
|
test_sparse.py
|
4.2 KB
|
599
|
20 years
|
ole |
Removed old print statements polluting the output from
unit testing
|
test_util.py
|
9.4 KB
|
629
|
20 years
|
ole |
Added support for file starttime being earlier than model starttime
|
treenode.py
|
3.7 KB
|
518
|
20 years
|
ole |
Looked at friction
|
util.py
|
7.2 KB
|
630
|
20 years
|
ole |
|
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 |
|