Skip to content

Iowa-Flood-Center/asynch

 
 

Repository files navigation

Build Status

ASYNCH

A numerical library for solving differential equations with a tree structure. Emphasis is given to hillslope-link river basin models.

Documentation

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.

Testing

Asynch doesn't have a good test covergage at the moment but the unit test framework is in place.

About

A numerical library for solving differential equations with a tree structure. Emphasis is given to hillslope-link river basin models.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.2%
  • M4 3.4%
  • C++ 2.3%
  • Python 1.8%
  • Makefile 0.3%