https://github.com/team-pancho/HDG3D
Raw File
Tip revision: 2af233901ca665f4163ef65002205ac350405379 authored by Hasan H. Eruslu on 01 September 2019, 11:42:18 UTC
Added: More
Tip revision: 2af2339
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
* [HDG3D package](https://team-pancho.github.io/HDG3D/webHDG.zip) (A zip file with the 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://team-pancho.github.io/HDG3D/documentationHDG3d.pdf) (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](http://dl.acm.org/citation.cfm?id=2786970) explaining how HDG3D is coded.

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

back to top