source: inundation/pyvolution @ 3475

Name Size Rev Age Author Last Change
../
__init__.py 167 bytes 2126   19 years ole typo
_test_sww2domain2.py 2.8 KB 1133   20 years prow testing sww2domain.
_test_sww2domain.py 2.2 KB 1133   20 years prow testing sww2domain.
advection.py 12.6 KB 3167   18 years linda Fixed the if self.tri_full_flag[k] == 1 in advection.py
bed_w_eden_boundary.py 1.7 KB 773   20 years ole Changed quantity name 'level' to 'stage'
bed_w_file_boundary.py 2.1 KB 1673   19 years ole Made bed_w_file_boundary.py use new file_boundary
check_sww_tsh.py 1.9 KB 1379   20 years duncan IO method name changes
combine_pts.py 6.5 KB 2252   19 years ole Cosmetic
cornell_room.py 3.1 KB 2941   18 years duncan added more tests to geo_ref. It throws a different error as well now. …
cornell_room_medres.poly 316.8 KB 317   20 years ole Started playing with the Cornell Room
data_manager.py 122.3 KB 3437   18 years duncan method name change - auto_segment
data_manager_obsolete_stuff.py 10.3 KB 2344   19 years ole Moved obsolete stuff out from data_manager
doit.py 243 bytes 484   20 years ole First stab at using quad trees in least_squares. Unit tests pass and …
domain.py 31.7 KB 3447   18 years duncan Making set_region easier to use.
ermapper_grids.py 9.9 KB 2054   19 years ole Fixed unit tests
flatbed.py 1.7 KB 901   20 years ole First experiment with new limiter (near bed)
flatbed_compare.py 1.3 KB 773   20 years ole Changed quantity name 'level' to 'stage'
general_mesh.py 11.2 KB 3129   18 years ole Addressed memory issue better
generic_boundary_conditions.py 10.6 KB 3095   18 years ole Got parallel example RunParallelSwMerimbulaMetis? to run from an …
hires2.zip 1.6 MB 2255   19 years steve
interface.py 17 bytes 195   20 years ole
interpolate_sww.py 7.1 KB 3260   18 years duncan bringing interpolate_sww back to life
least_squares.py 52.2 KB 3085   18 years ole Moved pyvolution.mesh.py to pyvolution.test_mesh.py in order to avoid …
log.ini 742 bytes 1156   20 years steve Moved zeus files to separate directory. Hopefully fixed up logging to …
lowres2.poly 95.2 KB 320   20 years ole
mesh_factory.py 20.2 KB 1909   19 years steve
mesh_factory_all.py 13.5 KB 1531   19 years chris
most2nc.py 2.3 KB 1124   20 years prow added verbose.
neighbour_mesh.py 27.4 KB 3128   18 years ole Fixed potential for excessive memory use
netherlands-chris.py 6.6 KB 3359   18 years jack SCons will now byte-compile any .py files found.
netherlands.py 5.0 KB 3457   18 years steve
normalDate.py 16.9 KB 1393   19 years steve Added ghosts to rectangle
pmesh2domain.py 7.6 KB 2812   19 years ole Forgot to pass caching arguments to Domain
pressure_force.py 2.3 KB 773   20 years ole Changed quantity name 'level' to 'stage'
quad.py 12.3 KB 707   20 years duncan fixed round off error in quad
quantity.py 44.9 KB 3085   18 years ole Moved pyvolution.mesh.py to pyvolution.test_mesh.py in order to avoid …
quantity_ext.c 13.9 KB 2676   19 years steve
realtime_visualisation.py 6.7 KB 1295   20 years steve Playing with coloured surfaces
realtime_visualisation_new.py 20.0 KB 2334   19 years steve Adding coloring to vtk visualisation
region.py 4.8 KB 2491   19 years ole Changed domain.get_quantity() to return a quantity object rather than …
run_profile2.py 1.5 KB 2380   19 years ole Revisited profiling, cleaned up and added setter for spatial order
run_profile.py 1.4 KB 2380   19 years ole Revisited profiling, cleaned up and added setter for spatial order
run_tsh_weir.py 2.4 KB 773   20 years ole Changed quantity name 'level' to 'stage'
SConscript 277 bytes 3327   18 years jack Improved Build Process under Windows: MinGW tools should be favoured …
shallow_water.py 57.7 KB 3127   18 years ole Removed print statement
shallow_water_ext.c 44.9 KB 3246   18 years jack Added skeleton SCons build files.
shallow_water_kinetic.py 54.7 KB 2259   19 years steve Better actually add the new files!
shallow_water_kinetic_ext.c 45.8 KB 2259   19 years steve Better actually add the new files!
shallow_water_vtk.py 4.2 KB 3448   18 years jack Decoupled the VTK visualiser from the shallow water domain. Example …
show_balanced_limiters.py 2.1 KB 1043   20 years ole Added diagnostics about boundary forcing
smf.py 13.5 KB 3190   18 years sexton MOST and ANUGA comparisons and updates
test_advection.py 4.6 KB 1753   19 years ole Embedded caching functionality within quantity.set_values and modified …
test_all.py 2.7 KB 2764   19 years duncan exclude test_interpolate_sww
test_combine_pts.py 9.4 KB 2924   18 years duncan changing pyvolution code so fit_interpolate/fit.py is used.
test_data_manager.py 152.7 KB 3398   18 years duncan if csv files don't have lat.long, check for x,y
test_domain.py 18.6 KB 3447   18 years duncan Making set_region easier to use.
test_ermapper.py 6.7 KB 1813   19 years tdhu This is the first working version of the ermapper_girds.py that will …
test_general_mesh.py 2.3 KB 2528   19 years ole Began preparing foor moving mesh codes from pyvolution to separate dir …
test_generic_boundary_conditions.py 8.0 KB 2154   19 years ole Made boundary ordering unique in File_boundary
test_ghost.py 1.2 KB 2813   19 years steve Moving ghosts into domain.py
test_interpolate_sww.py 9.0 KB 3298   18 years duncan minor changes
test_least_squares.py 58.8 KB 3085   18 years ole Moved pyvolution.mesh.py to pyvolution.test_mesh.py in order to avoid …
test_most2nc.py 1.1 KB 2263   19 years ole Work towards a test_all.py at the inundation directory level. Most …
test_neighbour_mesh.py 26.6 KB 3086   18 years ole Updated docstrings in regard to neighbour_mesh
test_pmesh2domain.py 9.7 KB 2533   19 years ole Work on area histogram
test_quad.py 3.8 KB 1130   20 years ole Cleaned up print statements in tests
test_quantity.py 48.0 KB 2924   18 years duncan changing pyvolution code so fit_interpolate/fit.py is used.
test_region.py 6.8 KB 1130   20 years ole Cleaned up print statements in tests
test_shallow_water.py 118.6 KB 2812   19 years ole Forgot to pass caching arguments to Domain
test_smf.py 2.6 KB 2873   18 years sexton update test_smf
test_util.py 37.9 KB 3452   18 years duncan In numerical_tools, changing INF name to NAN.
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
tsh2sww.py 2.0 KB 2572   19 years duncan comments
twolevels.py 1.8 KB 1014   20 years ole
util.py 39.4 KB 3299   18 years duncan comments
version.txt 424 bytes 770   20 years ole added propset:keywords to version.txt
view_tsh.bat 72 bytes 2105   19 years steve Updating merimbula code
view_tsh.py 1.2 KB 2622   19 years steve Updated merimbula viewer
weir_domain_refined.tsh 229.7 KB 373   20 years duncan changed to new .tsh format
wind_example_scalar.py 1.0 KB 773   20 years ole Changed quantity name 'level' to 'stage'
wind_example_variable.py 2.2 KB 773   20 years ole Changed quantity name 'level' to 'stage'
  • Property svn:externals set to
    • Property svn:ignore set to
      quantity_ext.c
    Note: See TracBrowser for help on using the repository browser.