# 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. The following image shows the solution of 1D inviscid Burger's equation using HDPG discretization. Notice that the oscillations nears the shock are well controlled even without any artificial stablization mechanism.
# Install
In terminal:
```bash
pip install hdpg1d
```
# Usage
In terminal, call:
```bash
PGsolve
```