Skip to content

ExCALIBUR-NEPTUNE/nektar-waveequation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nektar++ solver for 2D Wave Equation example

This repo contains a sample solver for the wave equation using Nektar++.

Compilation & installation

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.

Example

Here is a sine wave propagating diagonally through a doubly periodic box.

 Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •