A numerical library for solving differential equations with a tree structure. Emphasis is given to hillslope-link river basin models.
The documentation is available here. Thank you to the people running Read the Docs for such an excellent service.
The source for the documentation is in the docs
folder. Here are the instructions to built and read it locally. The documentation is built with Doxygen and Sphinx. The sphinx template is from ReadtheDocs. Breathe provides a bridge between the Sphinx and Doxygen documentation systems.
pip install --user sphinx sphinx-autobuild sphinx_rtd_theme breathe recommonmark
apt-get doxygen
cd docs
doxygen api.dox
doxygen devel.dox
make html
The html documentation is generated in docs/.build/html
.
Asynch doesn't have a good test covergage at the moment but the unit test framework is in place.