From 7a381391685c326d38caee28e646c7df95e0736d Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Fri, 26 Jul 2019 12:11:55 +0200 Subject: [PATCH] Documentation change --- lbmpy/creationfunctions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbmpy/creationfunctions.py b/lbmpy/creationfunctions.py index d3fab3cd..acf9ee67 100644 --- a/lbmpy/creationfunctions.py +++ b/lbmpy/creationfunctions.py @@ -65,8 +65,8 @@ Entropic methods: - ``entropic_newton_iterations=None``: For moment methods the entropy optimum can be calculated in closed form. For cumulant methods this is not possible, in that case it is computed using Newton iterations. This parameter can be used to force Newton iterations and specify how many should be done -- ``omega_output_field=None``: you can pass a pystencils Field here, where the calculated free relaxation - rate is written to +- ``omega_output_field=None``: you can pass a pystencils Field here, where the calculated free relaxation rate of + an entropic or Smagorinsky method is written to LES methods: -- GitLab