Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 484 Bytes

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 :)