Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Self Gravity with FFT

Chang-Goo Kim edited this page May 31, 2018 · 22 revisions

Self-Gravity with FFT

Poisson's equation is solved using FFT assuming periodic BCs in all directions.

Regression Test (Jeans tests)

> cd tst/regression/
> ./run_tests.py grav

Example

> ./configure.py --prob=poisson -fft --grav=fft
> cd bin
> ./athena -i ../inputs/hydro/athinput.poisson 
Clone this wiki locally