Skip to content

a simple, fast, and powerful particle simulator: particula in julia

License

Notifications You must be signed in to change notification settings

uncscode/Particula.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particula.jl

This is the julia implementation of the particula package: uncscode/particula.

Development

For development, you can fork this repository and then "develop" it as follows.

  1. Ensure you have julia installed on your system. Start the julia REPL.
  2. Start by going to the root of the repository. This could be accomplished by hitting ; (getting you shell> prompt) and then cd to the the root of this repository.
  3. Then, you should move to the pkg prompt by typing ], you will see (v1.x) pkg>.
  4. Now you can type dev .. This will create a new symlink to this directory in your ~/.julia/dev/ directory.
  5. Now, exit the pkg prompt by hitting backspace to get the julia> prompt.
  6. For interactive development, you can use Revise (i.e. julia> using Revise) so that your updates to the source files are reflected (recompiled) in the julia REPL.
  7. Now, import Particula to load the package.

About

a simple, fast, and powerful particle simulator: particula in julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages