Ignore:
Timestamp:
Jan 31, 2007, 12:07:32 PM (18 years ago)
Author:
ole
Message:

Added diagnosticts about which triangle is responsible for the largest computed speed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r4085 r4200  
    780780        Xmom.explicit_update[k] = flux[1]
    781781        Ymom.explicit_update[k] = flux[2]
     782        domain.max_speed[k] = max_speed
    782783
    783784
     
    832833   
    833834    domain.timestep = compute_fluxes_ext(timestep, domain.epsilon, domain.g,
    834                                      domain.neighbours,
    835                                      domain.neighbour_edges,
    836                                      domain.normals,
    837                                      domain.edgelengths,
    838                                      domain.radii,
    839                                      domain.areas,
    840                                      domain.tri_full_flag,
    841                                      Stage.edge_values,
    842                                      Xmom.edge_values,
    843                                      Ymom.edge_values,
    844                                      Bed.edge_values,
    845                                      Stage.boundary_values,
    846                                      Xmom.boundary_values,
    847                                      Ymom.boundary_values,
    848                                      Stage.explicit_update,
    849                                      Xmom.explicit_update,
    850                                      Ymom.explicit_update,
    851                                      domain.already_computed_flux)
     835                                         domain.neighbours,
     836                                         domain.neighbour_edges,
     837                                         domain.normals,
     838                                         domain.edgelengths,
     839                                         domain.radii,
     840                                         domain.areas,
     841                                         domain.tri_full_flag,
     842                                         Stage.edge_values,
     843                                         Xmom.edge_values,
     844                                         Ymom.edge_values,
     845                                         Bed.edge_values,
     846                                         Stage.boundary_values,
     847                                         Xmom.boundary_values,
     848                                         Ymom.boundary_values,
     849                                         Stage.explicit_update,
     850                                         Xmom.explicit_update,
     851                                         Ymom.explicit_update,
     852                                         domain.already_computed_flux,
     853                                         domain.max_speed)
    852854
    853855
Note: See TracChangeset for help on using the changeset viewer.