Releases: GeoscienceAustralia/anuga_core
Version 3.1.3
Version 3.1.1
Match release to pypi version
Version 3.1
We have move over to using meshpy as a wrapper for the triangle mesh generator. This wrapper is available on conda-forge and so we should be able to create a conda-forge package for anuga.
Version 3.0
The release of the python 3.X version of ANUGA.
If you need the latest version of the python 2.7 version of ANUGA, download the anuga_py2 branch from the GA anuga_core github repository
Version 2.1
Version 2.0.3
Version 2.0.2
Version 2.0.1
Version 2.0 using the DE0 algorithm
This is a major release where we move from the 1_5 flow algorithm used in anuga version 1.3 to the DE0 algorithm.
The new algorithm permits discontinuous bed, which in turn allows for riverwalls and fences to be used, where flow over these structures are controlled by the weir equations.
If you need to use the old algorithm, add the command:
domain.set_flow_algorithm('1_5')
If you need more accuracy, you can use the second order in time flow algorithm DE1, set via:
domain.set_flow_algorithm('DE1')