https://github.com/team-pancho/HDG3D
Raw File
Tip revision: af0d6cb24c63ad6fa07331f26a5733116db800b7 authored by shukaidu on 29 April 2020, 21:46:21 UTC
Merge pull request #2 from team-pancho/hdg3d_skdu
Tip revision: af0d6cb
README.md
# HDG3D
This is a Matlab implementation of the Hybridizable Discontinuous Galerkin method on general tetrahedrizations of polyhedra in three dimensional space. The code includes tools to solve variable diffusion and convection-diffusion equations. The code was developed by the numerical group Team Pancho at the Department of Mathematical Sciences at the University of Delaware. The code is fully documented, not too tough to use, and quite easy to modify if you take your time to learn how degrees of freedom are counted and what's the general idea of HDG. In the near future, we'll add some worked out examples and more capabilities that are being developed.

## Developers
Following is the list of developers with affiliations at the time of the release of the first version of this code.
* Francisco-Javier Sayas, University of Delaware (Coordinator)
* Zhixing (Jason) Fu (2011 - 2013) - Coding HDG3D was part of Zhixing's doctoral work.
* Luis F. Gatica (2012) Catholic University of Concepcion, Chile - The first version of the code was developed while Luis Gatica was visiting UD.
* Allan Hungria, University of Delaware
* Daniele Prada, Indiana University - Purdue University Indianapolis

## Software and documentation
* [Latest HDG3D package](https://github.com/team-pancho/HDG3D/releases) (This contains a library of Matlab functions. The file contains also one fully developed script to test the method and a couple of three dimensional meshes. No installation is required.)
* [Documentation](https://github.com/team-pancho/HDG3D/tree/master/Documentation) (A pdf file with the full documentation of the method)
* [A copy of a slightly earlier version of the code in the ACM repository](http://calgo.acm.org/949.zip). The [ACM TOMS paper](https://dl.acm.org/doi/10.1145/2658992) explaining how HDG3D is coded.

## More
Project website: [https://team-pancho.github.io/HDG3D/](https://team-pancho.github.io/HDG3D/)

Team website: [https://team-pancho.github.io](https://team-pancho.github.io/)
back to top