cbritopacheco / Advection

Solver for linear transport equation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Solver for linear transport equation

License:GNU Lesser General Public License v3.0


Languages

Language:C 98.7%Language:CMake 1.3%