Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
lbmpy
Commits
19dedc6f
Commit
19dedc6f
authored
Aug 12, 2021
by
Markus Holzer
Browse files
Fix minor issues
parent
80f81c97
Pipeline
#33691
failed with stages
in 12 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lbmpy/methods/momentbased/centralmomentbasedmethod.py
View file @
19dedc6f
...
...
@@ -255,8 +255,7 @@ class CentralMomentBasedLbMethod(AbstractLbMethod):
if
symbolic_relaxation_rates
:
subexpressions_relaxation_rates
,
sd
=
self
.
_generate_symbolic_relaxation_matrix
()
for
i
,
moment
in
enumerate
(
moment_to_relaxation_info_dict
):
relaxation_info_dict
[
moment
]
=
RelaxationInfo
(
moment_to_relaxation_info_dict
[
moment
][
0
],
sd
[
i
,
i
])
relaxation_info_dict
[
moment
]
=
RelaxationInfo
(
moment_to_relaxation_info_dict
[
moment
][
0
],
sd
[
i
,
i
])
else
:
relaxation_info_dict
=
moment_to_relaxation_info_dict
...
...
Write
Preview
Markdown
is supported
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