Skip to content

tauroid/opencl-sph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCL-SPH

An implementation of smoothed particle hydrodynamics using OpenCL.

This code is under development and may be subject to heavy revision at any time.

The nearest-neighbour search (NNS) algorithm is derived from the method used for Fluids v3. by Rama Hoetzlein.

Installation

  • Clone this repository

    git clone https://github.com/tauroid/opencl-sph
  • cmake .

  • make

You will need OpenCL headers and libraries.

This has only been tested on linux, with gcc.

Usage

There are a number of Jupyter Notebooks in the scripts folder calling the python interface in various ways - see these for example usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published