Sen descrición

Snow 57cd9eccb2 Bug fixes. %!s(int64=8) %!d(string=hai) anos
hdpg1d 57cd9eccb2 Bug fixes. %!s(int64=8) %!d(string=hai) anos
.gitignore 2ba132c0ab Updated ignore list %!s(int64=8) %!d(string=hai) anos
LICENSE e57d36cd1c Initial commit %!s(int64=8) %!d(string=hai) anos
README.md 57cd9eccb2 Bug fixes. %!s(int64=8) %!d(string=hai) anos
setup.py 368866d422 bump version %!s(int64=8) %!d(string=hai) anos

README.md

Table of Contents

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 near the shock are well controlled even without any artificial stablization mechanism.

\frac{\partial u}{\partial t} + \frac{1}{2} \frac{\partial u^2}{\partial x} = 0, \quad \text{in } \Omega \in [0,1].

Install

In the souce directory:

python setup.py sdist
cd dist/
pip install hdpg1d

Usage

In terminal, call:

PGsolve