From 2c59692b608eca07e8c617b999137bf7020de7f5 Mon Sep 17 00:00:00 2001 From: markus <markus.holzer@fau.de> Date: Mon, 15 Jun 2020 19:52:16 +0200 Subject: [PATCH] fixed createfunctions docu --- lbmpy/creationfunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbmpy/creationfunctions.py b/lbmpy/creationfunctions.py index 3e668e68..b60e35a0 100644 --- a/lbmpy/creationfunctions.py +++ b/lbmpy/creationfunctions.py @@ -58,7 +58,7 @@ General: - ``density_input``: symbolic field or field access where to read density from. When passing this parameter, ``velocity_input`` has to be passed as well - ``kernel_type``: supported values: 'stream_pull_collide' (default), 'collide_only', stream_pull_only, - collide_stream_push, esotwist_even, esotwist_odd, aa_even, aa_odd + collide_stream_push, esotwist_even, esotwist_odd, aa_even, aa_odd Entropic methods: -- GitLab