JoshuaLampert / finite-volume-for-conservation-laws

High order finite volume schemes for (systems of) hyperbolic conservation laws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finite Volume for Conservation Laws

This repository contains several finite volume methods for solving a hyperbolic conservation law of the form

$$\frac{\partial u}{\partial t} + \frac{\partial f(u)}{\partial x} = 0.$$

The package inludes several different numerical fluxes and some specific equations. Some examples are given in the scripts/ folder. Currently, only one space dimension is supported.

Author

The code is currently maintained by Joshua Lampert (joshua.lampert@uni-hamburg.de) and work in progress.

Requirements

About

High order finite volume schemes for (systems of) hyperbolic conservation laws


Languages

Language:Python 100.0%