Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
75461eab
Commit
75461eab
authored
Jan 22, 2016
by
Cristian Lalescu
Browse files
fix docstring for add_particles
parent
d5ec415a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bfps/NavierStokes.py
View file @
75461eab
...
...
@@ -422,8 +422,9 @@ class NavierStokes(bfps.fluid_base.fluid_particle_base):
:type frozen_particles: bool
:type acc_name: str
.. warning :: if not None, kcut must be a list of decreasing
wavenumbers, since filtering is done on the same field...
.. warning:: if not None, kcut must be a list of decreasing
wavenumbers, since filtering is done sequentially
on the same complex FFTW field.
"""
if
self
.
dtype
==
np
.
float32
:
FFTW
=
'fftwf'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment