/nikfdtd

simple fdtd using vulkan, omp or single thread

Primary LanguageC++GNU General Public License v3.0GPL-3.0

fdtd

simple fdtd using vulkan, omp or single thread

example

alt text

how to build

first clone the repo with:

git clone https://github.com/nikisalli/fdtd.git

update submodules

git submodule update --init --remote

create build dir

mkdir build && cd build

configure and build

cmake ..

make -j4

run example

cd ../bin

./simple

enjoy funny waves :)