Skip to content

Commit

Permalink
Removed all mentions of linear_non_atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Jul 22, 2017
1 parent d35a7c1 commit 6204585
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fbpic/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,8 @@ def dens_func( z, r ) ...
particle_shape: str, optional
Set the particle shape for the charge/current deposition.
Possible values are 'cubic', 'linear' and 'linear_non_atomic'.
While 'cubic' corresponds to third order shapes and 'linear'
to first order shapes, 'linear_non_atomic' uses an equivalent
deposition scheme to 'linear' which avoids atomics on the GPU.
Possible values are 'cubic', 'linear'. ('cubic' corresponds to
third order shapes and 'linear' to first order shapes).
"""
# Check whether to use CUDA
self.use_cuda = use_cuda
Expand Down

0 comments on commit 6204585

Please sign in to comment.