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.

  1. From a Nektar++ working directory (e.g. $NEKPP):
    git submodule init 
    git submodule update --remote
  2. From your build directory (e.g. $NEKPP/build), re-run cmake to update the build system to include the tutorials
    cmake ../
  3. Compile each required tutorial, for example
    make flow-stability-channel