This repo contains a sample solver for the wave equation using Nektar++.
If you have compiled and installed Nektar++ elsewhere, you can manually configure and compile this solver through CMake:
mkdir build && cd build
cmake -DNektar++_DIR=/path/to/lib/nektar++/cmake ..
make install
By default and unless a CMAKE_INSTALL_PREFIX
is supplied binaries will appear in build/dist/bin
. If Nektar++ is built with MPI, this will be supported in the WaveEquationSolver
.
Here is a sine wave propagating diagonally through a doubly periodic box.