Recent Releases of py-anuga
py-anuga - 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.
- Python
Published by stoiver almost 4 years ago
py-anuga - Version 3.1.1
Match release to pypi version
- Python
Published by stoiver almost 4 years ago
py-anuga - Version 3.1.3
Improvements to the pip install
- Python
Published by stoiver almost 4 years ago
py-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 anugapy2 branch from the GA anugacore github repository
- Python
Published by stoiver about 4 years ago
py-anuga - Version 2.1
Essentially the last version of the python 2.7 version of ANUGA.
- Python
Published by stoiver over 5 years ago
py-anuga - Version 2.0.3
Small version update with many small changes.
- Python
Published by stoiver almost 7 years ago
py-anuga - Version 2.0.2
Added updated version number into code. Only change from version 2.0.1
- Python
Published by stoiver almost 9 years ago
py-anuga - Version 2.0.1
Combination of numerous enhancements and bug fixes. Before a push to version 2.1
- Python
Published by stoiver almost 9 years ago
py-anuga - 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.setflowalgorithm('1_5')
If you need more accuracy, you can use the second order in time flow algorithm DE1, set via:
domain.setflowalgorithm('DE1')
- Python
Published by stoiver almost 11 years ago
py-anuga -
Updated manual and added validations_report to doc directory. Shows anuga applied to a range of problems
- Python
Published by stoiver almost 11 years ago
py-anuga -
Release with old anuga_core/source/structure
- Python
Published by stoiver almost 11 years ago
py-anuga -
Released version after major change of directory structure.
- Python
Published by stoiver almost 11 years ago
py-anuga -
Just moved to GeoscienceAustralia/anuga_core so produced a release.
- Python
Published by stoiver almost 11 years ago