Changeset 2258


Ignore:
Timestamp:
Jan 19, 2006, 5:13:30 PM (18 years ago)
Author:
steve
Message:

Added in an other riemann solver for shallow water. Use shallow_water_kinetic instead of shallow_water

Files:
3 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/netherlands.py

    r2220 r2258  
    1212#rpdb.set_active()
    1313
    14 from shallow_water_vtk import Domain, Reflective_boundary, Dirichlet_boundary,\
     14from shallow_water_kinetic import Domain, Reflective_boundary, Dirichlet_boundary,\
    1515     Transmissive_boundary, Constant_height, Constant_stage
    1616
     
    8383N = 130 #size = 33800
    8484N = 600 #Size = 720000
    85 N = 20
     85N = 100
    8686
    8787
  • inundation/zeus/anuga-workspace.zwi

    r2255 r2258  
    22<workspace name="anuga-workspace">
    33    <mode>Debug</mode>
    4     <active>pyvolution</active>
     4    <active>kinetic</active>
    55    <project name="analytic_solutions">analytic_solutions.zpi</project>
    66    <project name="euler">euler.zpi</project>
     7    <project name="kinetic">kinetic.zpi</project>
    78    <project name="Merimbula">Merimbula.zpi</project>
    89    <project name="parallel">parallel.zpi</project>
Note: See TracChangeset for help on using the changeset viewer.