Version 0.5.0 Release
This release adds analysis of structured mesh models, executed using the SNL-Delft3D-CEC Delft3D-4 extension. Structured mesh model templates can now be created with the template.Template
class by passing the string "structured"
as the first argument. The runner
module classes and the result.Result
class will automatically detect the type of model to be run and analysed. See the basic_structured.py
file in the examples
folder for an example of a complete structured mesh run (note that a complied copy of SNL-Delft3D-CEC is required).
What's Changed
- Ignore build artefacts when pushing to gh-pages by @H0R5E in #25
- Docs Update by @H0R5E in #26
- Add structured grid file generation by @H0R5E in #27
- Add versioning to HTML documentation by @H0R5E in #28
- Add Structured Model Template by @H0R5E in #29
- Add automatic detection of model type in
Runner
classes by @H0R5E in #30 - Add structured model result analysis by @H0R5E in #31
Full Changelog: v0.4.3...v0.5.0