Peano
Euler

How to Build and Run

For a general overview and all options on how to retrieve and configure the project, refer to Installation.

cd myPeanoDirectory
pip3 install -e .
mkdir build && cd build
CC=gcc CXX=g++ cmake ..
make -j && make test
cd ../applications/exahype2/euler/scenario/
python3 scenario.py

Where CC=gcc CXX=g++ can be any set of compilers.

Visualise the Simulation Output

python3 myPeanoDirectory/python/peano4/visualisation/render.py solutions/solution-.peano-patch-file

Scenarios