feelpp / minimal

Minimal example to start using Feel++

Home Page:http://docs.feelpp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Feel++ example

Compile and run the minimal Feel++ example
git clone https://github.com/feelpp/minimal
mkdir build
cd build
cmake ../minimal
Command line to run the minimal Feel++ application
mpirun -np 4 feelpp_min_minimal

About

Minimal example to start using Feel++

http://docs.feelpp.org


Languages

Language:CMake 74.5%Language:C++ 25.5%