Ignore:
Timestamp:
Jun 5, 2010, 10:58:55 AM (14 years ago)
Author:
hudson
Message:

Almost all failing tests fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/__init__.py

    r7778 r7780  
    1 """ This is the public API to ANUGA. It provides a toolkit of often-used
     1""" ANUGA models the effect of tsunamis and flooding upon a terrain mesh.
     2    In typical usage, a Domain class is created for a particular piece of
     3    terrain. Boundary conditions are specified for the domain, such as inflow
     4    and outflow, and then the simulation is run.
     5
     6    This is the public API to ANUGA. It provides a toolkit of often-used
    27    modules, which can be used directly by including the following line in
    38    the user's code:
    49
    510    import anuga
    6    
    7     It abstracts away the internal heirarchy of the ANUGA system, allowing the
    8     user to concentrate on writing simulations without searching through the
    9     ANUGA source tree for the functions that they need.
     11       
     12    This usage pattern abstracts away the internal heirarchy of the ANUGA
     13    system, allowing the user to concentrate on writing simulations without
     14    searching through the ANUGA source tree for the functions that they need.
    1015   
    1116    Also, it isolates the user from "under-the-hood" refactorings.
Note: See TracChangeset for help on using the changeset viewer.