aboutsummaryrefslogtreecommitdiff
path: root/boltzgen.py
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-02-02 21:52:05 +0100
committerAdrian Kummerlaender2020-02-02 21:52:05 +0100
commitd58914164adc5876a5911edec85e2ebd43288ec9 (patch)
treebfb506d17f937f2fc380ed4a376e2d59c9e1c181 /boltzgen.py
parent25c210daa7c45d937bcc336ca887bfba71000a23 (diff)
downloadboltzgen-d58914164adc5876a5911edec85e2ebd43288ec9.tar
boltzgen-d58914164adc5876a5911edec85e2ebd43288ec9.tar.gz
boltzgen-d58914164adc5876a5911edec85e2ebd43288ec9.tar.bz2
boltzgen-d58914164adc5876a5911edec85e2ebd43288ec9.tar.lz
boltzgen-d58914164adc5876a5911edec85e2ebd43288ec9.tar.xz
boltzgen-d58914164adc5876a5911edec85e2ebd43288ec9.tar.zst
boltzgen-d58914164adc5876a5911edec85e2ebd43288ec9.zip
Rename 'collide_and_stream' to 'collide'
Streaming is only implicit depending on the selected propagation pattern.
Diffstat (limited to 'boltzgen.py')
-rwxr-xr-xboltzgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boltzgen.py b/boltzgen.py
index c2eb297..aebd1fb 100755
--- a/boltzgen.py
+++ b/boltzgen.py
@@ -53,7 +53,7 @@ functions = sum(args.functions, [])
if len(functions) == 0:
functions += ['default']
if 'default' in functions:
- for f in ['collide_and_stream', 'equilibrilize', 'collect_moments', 'momenta_boundary']:
+ for f in ['collide', 'equilibrilize', 'collect_moments', 'momenta_boundary']:
functions.insert(functions.index('default'), f)
functions.remove('default')