Changeset 4004


Ignore:
Timestamp:
Nov 17, 2006, 4:04:01 PM (17 years ago)
Author:
ole
Message:

Added discoverability keywords into docstring

File:
1 edited

Legend:

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

    r3954 r4004  
    1 """Class Domain -
    2 2D triangular domains for finite-volume computations of
     1"""Finite-volume computations of the shallow water wave equation.
     2
     3Title: ANGUA shallow_water_domain - 2D triangular domains for finite-volume computations of
    34the shallow water wave equation.
    45
    56
    6 $Description:
     7Author: Ole Nielsen (Ole.Nielsen@ga.gov.au),
     8        Stephen Roberts (Stephen.Roberts@anu.edu.au),
     9        Duncan Gray (Duncan.Gray@ga.gov.au), etc
     10
     11
     12CreationDate: 2004
     13
     14Description:
     15
    716This module contains a specialisation of class Domain from module domain.py
    817consisting of methods specific to the Shallow Water Wave Equation
     
    3948The conserved quantities are w, uh, vh
    4049
    41 $References
     50Reference:
    4251Catastrophic Collapse of Water Supply Reservoirs in Urban Areas,
    4352Christopher Zoppou and Stephen Roberts,
     
    5261
    5362
    54 Ole Nielsen, Stephen Roberts, Duncan Gray, Christopher Zoppou
    55 Geoscience Australia, 2004
    56 
    57 
     63SeeAlso: TRAC administration of ANUGA (User Manuals etc) at https://datamining.anu.edu.au/anuga and
     64Revision control
     65$HeadURL$
     66
     67Constraints: See GPL license in the user guide
     68
     69Version: 1.0 ($Revision$)
     70ModifiedBy:
    5871$Author$
    59 $Revision$
    6072$Date$
     73
     74$LastChangedBy$
    6175$LastChangedDate$
    6276$LastChangedRevision$
    63 $LastChangedBy$
    64 $HeadURL$
     77
     78
    6579"""
    6680
Note: See TracChangeset for help on using the changeset viewer.