3.3 Compiling Tutorials
If you are using a clone of the Nektar++ git repository, you can also download the source for
the Nektar++ tutorials which is available as a git submodule.
-
From a Nektar++ working directory (e.g. $NEKPP):
git submodule init
git submodule update --remote
-
From your build directory (e.g. $NEKPP/build), re-run cmake to update the build system
to include the tutorials
cmake ../
-
Compile each required tutorial, for example
make flow-stability-channel