/Advection

Solver for linear transport equation

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

Advection

Branch Matrix
master Build
develop Build

About

Advection is a program for solving linear advection problems in two and three dimensions.

This repo is a fork of the original Advection to be used as a dependency in Rodin.

Building

git clone --recursive https://github.com/cbritopacheco/Advection
cd Advection
mkdir build && cd build
cmake ..
make -j4

License

Advection is given under the terms of the GNU Lesser General Public License.