Changeset 7867


Ignore:
Timestamp:
Jun 22, 2010, 12:10:05 PM (14 years ago)
Author:
hudson
Message:

User manual improvements.

Location:
trunk/anuga_core/documentation/user_manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/documentation/user_manual/anuga_whats_new.tex

    r7607 r7867  
    8585Work on parallel ANUGA, Kinematic Viscosity, 1-D pipeflows and wind/pressure
    8686forcing terms. There is also activity in the area of viewers and installers.
     87
     88\section{Release Name: anuga-1.2beta, Date: June 2010}
     89Breaks code compatibility with older ANUGA versions. Please see the ANUGA wiki for migration instructions.
     90Simplified API, with more logical module locations and names.
     91Support for internal boundaries and holes in meshes.
     92Support for user-specified breaklines.
     93Speed optimisations - fitting is around 25 percent faster.
     94Various bug fixes - see trac.
    8795
    8896
  • trunk/anuga_core/documentation/user_manual/demos/buildings.py

    r7838 r7867  
    7373                    })
    7474
    75 import cPickle
    7675
    7776#------------------------------------------------------------------------------
    7877# Evolve system through time
    7978#------------------------------------------------------------------------------
    80 #for t in domain.evolve(yieldstep=0.2, finaltime=15.0):
    81 #    print domain.timestepping_statistics()
    82 
    83 #cPickle.dump(domain, open('domain_pickle.txt', 'w'))
    84  
    85 domain = cPickle.load(open('domain_pickle.txt'))
    86 
     79for t in domain.evolve(yieldstep=0.2, finaltime=15.0):
     80    print domain.timestepping_statistics()
    8781   
    8882# now turn off the tap
Note: See TracChangeset for help on using the changeset viewer.