Skip to content

tewaro/FusorSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FusorSim

To build:

mkdir build
cd build
cmake ..
make -j

Please note that right now building requires CUDA as the CPU only implementations are still in the works. All binaries will then be in the build folder.

libsim

This library contains all the simulation functions. Each function takes in a function pointer that recieves the particular positions of all the particles. Look at inc/lib/sim.h and find the ouput struct for more information.

libvis

This library will contain visualization functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published