# HDPG1D
This is a python package that solves 1-Dimensional PDEs using hybridizable discontinuous Petrov-Galerkin discretization, a novel FEA discretization that ensures the best solution quality without extra stablization mechanism.
[Solution of Burger's equation using HDPG.](https://nicobili.ddns.net/owncloud/index.php/s/8hbfsDU3dmdzOXH)
# Install
In terminal:
```bash
pip install hdpg1d
```
# Usage
In terminal, call:
```bash
PGsolve
```